Top "Mochiweb" questions

MochiWeb is an Erlang library for building lightweight HTTP servers.

How to use mochijson to encode data structure in erlang?

I am using mochiweb and I don't know how to use its json encoder to deal with complex data structure. …

json erlang mochiweb
Decode JSON with mochijson2 in Erlang

I have a var that has some JSON data: A = <<"{\"job\": {\"id\": \"1\"}}">>. Using mochijson2, I decode …

json erlang mochiweb mochijson2