Skip to content

error for JsonValuesBase not found #67

Closed
@avico78

Description

I guess it might a stupid one but can't figure it out ,
new to java so please excuse ....

I download Jar:json-flattener-0.13.0.jar
Trying running the example as:

import com.github.wnameless.json.flattener.JsonFlattener;
import com.github.wnameless.json.unflattener.JsonUnflattener;

....

String json = "{ \"a\" : { \"b\" : 1, \"c\": null, \"d\": [false, true] }, \"e\": \"f\", \"g\":2.3 }";
Map<String, Object> flattenJson = JsonFlattener.flattenAsMap(json);

Getting:

class file for com.github.wnameless.json.base.JsonValuesBase not found


Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions