About viewjson
Welcome to viewjson, viewjson is an online tool for processing json data, which can be used to format, compress, verify, and convert json data to other data formats.
viewjson is built with other related open source tools, very thanks to all these open projects and their authors , including:
- codemirror, use as a json editor for highlight.
- thememirror, a codemirror theme library, used for json editor dark and light theme.
- js-base64, used to convert json string to base64.
- prettier, used to format json string.
- yaml, used to convert json string to yaml format.
- xml-js, used to convert json string to xml format.
- jsonpath-js, a JavaScript implementation of JSONPath base on JSONPath RFC 9535, which is a query language for JSON similar to how XPath is used for XML. It allows you to extract data from JSON structures using path expressions.
- jsonpath-plus, analyse, transform, and selectively extract data from JSON documents (and JavaScript objects).jsonpath-plus expands on the original specification to add some additional operators and makes explicit some behaviors the original did not spell out.