open-consul/vendor/github.com/jefferai/jsonx
Matt Keeler 2f90768662 Vendor the vault api 2018-06-25 12:26:10 -07:00
..
LICENSE Vendor the vault api 2018-06-25 12:26:10 -07:00
README.md Vendor the vault api 2018-06-25 12:26:10 -07:00
jsonx.go Vendor the vault api 2018-06-25 12:26:10 -07: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.