You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/vendor/github.com/jefferai/jsonx
Matt Keeler 01f82717b4
Vendor the vault api
7 years ago
..
LICENSE Vendor the vault api 7 years ago
README.md Vendor the vault api 7 years ago
jsonx.go Vendor the vault api 7 years ago

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.