File: README.md

package info (click to toggle)
golang-github-jefferai-jsonx 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, experimental, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
JSONx
========

[![GoDoc](https://godoc.org/github.com/jefferai/jsonx?status.svg)](https://godoc.org/github.com/jefferai/jsonx)

A Go (Golang) library to transform an object or existing JSON bytes into
[JSONx](https://www.ibm.com/support/knowledgecenter/SS9H2Y_7.5.0/com.ibm.dp.doc/json_jsonxconversionrules.html).
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.