---------- Forwarded message ----------
From:��Marc Hanisch <marc.hanisch@googlemail.com>
To:��Any question about pharo is welcome <pharo-users@lists.pharo.org>
Cc:��
Bcc:��
Date:��Wed, 24 May 2017 16:20:14 +0200
Subject:��How to query a JSONHello,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