Most languages have either built in (or easy to add) libraries for wrapping and unwrapping JSON data into a native format (such as an array, associative array, hashmap, what ever your language calls it)
What language/platform are you using?
On Wed, Aug 15, 2012 at 8:21 AM, Fred Zimmerman wfz@nimblebooks.com wrote:
Pardon my stupidity, I'm new at this ...
I know how to unwrap this txt format simply using sed to delete before and after ...
Is there a more intelligent standard approach to unwrapping JSON?
Fred