MochiWeb is an Erlang library for building lightweight HTTP servers.
I am using mochiweb and I don't know how to use its json encoder to deal with complex data structure. …
json erlang mochiwebI have a var that has some JSON data: A = <<"{\"job\": {\"id\": \"1\"}}">>. Using mochijson2, I decode …
json erlang mochiweb mochijson2