Calpano / graphinout

Graph Input/Output Converter – GraphML Reader/Writer in Java
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

streaming json reader #117

Closed xamde closed 1 year ago

xamde commented 1 year ago

see https://github.com/json-path/JsonPath/blob/master/json-path/src/test/java/com/jayway/jsonpath/JacksonJsonNodeJsonProviderTest.java

xamde commented 1 year ago

Jackson has native support for it!

Syntax: "aaa/bbb/3/ccc"

We can remove the mini-engine. We need to update the example json mapping file.