I have found it is sometimes convenient to include iolists that are already
json encoded.
I added this as the first case which basically just inserts the term
unchanged. I use a tuple as it currently is not allowed as a valid term.
To use it just wrap the pre encoded term in curly braces and it will be
inserted as is.
json_encode({Tup}, _State) ->
Tup;
Original issue reported on code.google.com by wolfma...@gmail.com on 30 Dec 2009 at 4:54
Original issue reported on code.google.com by
wolfma...@gmail.com
on 30 Dec 2009 at 4:54