GitXplorerGitXplorer
j

jsonx

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b3fdd1c9838e2ced884c763479ae7becaed24862

Initial commit

jjefferai committed 9 years ago

README

The README file for this repository.

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.