Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 335 Bytes

json.md

File metadata and controls

15 lines (11 loc) · 335 Bytes

JSON/XML

Any encoder or decoder for JSON/XML can be used, providing they implement decode/1 and encode/1.

To use jsx, apply the following configuration:

 {pgmp, [...
         {codec_json, jsx},
         {codec_jsonb, jsx},
         ...]}