Login  Register

How to query a JSON

Posted by Pharo Smalltalk Users mailing list on May 24, 2017; 2:07pm
URL: https://forum.world.st/How-to-query-a-JSON-tp4948175.html

Hello,

is there a way to query a JSON with a path (JSONPath or some custom format)?

I want to query an API and collect the JSON responses, which I need to iterate over to extract some data. Modelling the JSON structure as classes would be too much overhead, I think. I just want to collect some values...

Thanks in advance,
Marc