open-vault/vendor/github.com/jefferai/jsonx
Jeff Mitchell 0ff76e16d2 Transit and audit enhancements 2016-09-21 10:49:26 -04:00
..
LICENSE Transit and audit enhancements 2016-09-21 10:49:26 -04:00
README.md Transit and audit enhancements 2016-09-21 10:49:26 -04:00
jsonx.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00

README.md

JSONx

GoDoc

A Go (Golang) library to transform an object or existing JSON bytes into JSONx. Because sometimes your luck runs out.

This follows the "standard" except for the handling of special and escaped characters. Names and values are properly XML-escaped but there is no special handling of values already escaped in JSON if they are valid in XML.