Categorygithub.com/jefferai/jsonx
modulepackage
1.0.1
Repository: https://github.com/jefferai/jsonx.git
Documentation: pkg.go.dev

# README

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.

# Functions

EncodeJSONBytes encodes JSON-formatted bytes into JSONx.
Marshal marshals the input data into JSONx.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author