Could i parse JSON string as GPathResult ?
Or something with similar interface… I just have some code which doing some work with XML and i want to add JSON support. But GPathResult is very specific class and slightly differs form JSONObject or JSONArray.
Could i parse JSON string as GPathResult ? Or something with similar interface… I
Share
You can use JSONSlurper from json-lib: