What is the easiest way to convert json back to term format?
//Andreas
As I recall, Mochiweb has a function for that. But my memory may be faulty.
Best wishes,
LRP
mochijson2 module has a decode/1 function with this type signature:
decode(S::iolist()) -> json_term()
see type definitions in the reference documentation above.
HTH,
Susan
--
twitter:@SusanPotter
github:mbbx6spp
linkedin:http://www.linkedin.com/in/susanpotter
Saved me the search :)
//Andreas
2012/2/24 Susan Potter <m...@susanpotter.net>: