> json2:encode(json2:obj_from_list([{type,"Land"},{type_code,1},{subtypes,json2:obj_from_list([{"1","Field"},{"2","Other Field"},{"3","Grounds"},{"4","Forest"},{"5","Other land"}])}])).
[123,
[[["\"type\"",58,"\"Land\""],44,"\"type_code\"",58,"1"],
44,"\"subtypes\"",58,
[123,
[[[[["\"1\"",58,"\"Field\""],
44,"\"2\"",58,"\"Other Field\""],
44,"\"3\"",58,"\"Grounds\""],
44,"\"4\"",58,"\"Forest\""],
44,"\"5\"",58,"\"Other land\""],
125]],
125]
8> jiffy:encode({[{type,<<"Land">>},{type_code,1},{subtypes,{[{<<"1">>,<<"Field">>},{<<"2">>,<<"OtherField">>},{<<"3">>,<<"Grounds">>},{<<"4">>,<<"Forest">>},{<<"5">>,<<"Otherland">>}]}}]}).
<<"{\"type\":\"Land\",\"type_code\":1,\"subtypes\":{\"1\":\"Field\",\"2\":\"OtherField\",\"3\":\"Grounds\",\"4\":\"Forest\",\"5\":\"Otherland\"}}">>