ahausladen / JsonDataObjects

JSON parser for Delphi 2009 and newer
MIT License
414 stars 159 forks source link

JsonPath support #53

Open vincentparrett opened 4 years ago

vincentparrett commented 4 years ago

Any plans for JsonPath support - I'd be willing to add the support if you haven't already got something planned?

Philnext commented 4 years ago

There is a Json.Path funciton. Just check in https://github.com/ahausladen/JsonDataObjects/blob/master/UnitTest/TestJsonDataObjects.pas the procedure TestTJsonObject.TestPathAccess, if it is the funciton you need.

vincentparrett commented 4 years ago

Seems like it only partially supports Jsonpath. It fails on many of the examples here