GitXplorerGitXplorer
j

jsonx

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a29fe22bc88c13040654d8381139d2433a5b76b6

Update to gabs v2

jjefferai committed 5 years ago
Unverified
c32bd0db71409fa22d42d76452191f1516e3c067

Add go.mod

jjefferai committed 6 years ago
Unverified
9cc31c3135eef39b8e72585f37efa92b6ca314d0

Update readme

jjefferai committed 8 years ago
Unverified
d5547cd72da4727b4820b0f57fbd464b9fb2fbdb

Add readme

jjefferai committed 8 years ago
Unverified
6eaaa5ba599f1853cd41e6f6576d9548388d037a

Cleanups

jjefferai committed 8 years ago
Unverified
228419f1eb2a63cdd73b789476b3a0dd211cb9ad

Add code and tests

jjefferai committed 8 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.