# README
jsonx
A simple library that offers some tooling for working with JSON in go.
License
MIT
# Functions
EncodeAndWriteString encodes a string to a json string literal, escaping any characters that are not permitted.
No description provided by the author
EncodeString encodes a string to a json string literal, escaping any characters that are not permitted.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsFalse reports true if data appears to be a json boolean value of false.
No description provided by the author
IsValid reports whether s is a valid JSON number literal.
No description provided by the author
No description provided by the author
IsTrue reports true if data appears to be a json boolean value of true.
Marshal calls json.Marshal.
NewDecoder calls json.NewDecoder.
NewEncoder calls json.NewEncoder.
No description provided by the author
Unmarshal calls json.Unmarshal.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
A Number represents a JSON / YAML number literal.
No description provided by the author
No description provided by the author
No description provided by the author