Hello,
I'm trying to pull data into a deki wiki from the sunlight api web service. The results of the webserive are returned in name value pairs using the following format:
{ "entity_id" : "fakeopenID438", "CRPcandID" : "N00009082", "URL" : "http://allard.senate.gov"}
ie
{"name1" : "value1", "name2" : "value2", "name3" : "value3"}
Is there any easy way to parse out the value of a specific named entry via dekiscript?
Thanks,
Ilan






Reply With Quote