JSON
JSON, or JavaScript Object Notation, is a lightweight
text-based open standard designed for human-readable data interchange. It is derived from the
JavaScript scripting language for representing simple data structures and associative arrays,
called objects.
- JSON EditorOxygen provides a specialized JSON editor with a variety of editing features and helper views. A Grid editing mode is also available to display JSON documents as a structured layout of nested tables.read more
- JSON ValidationOxygen provides a powerful validation assistant for checking if JSON documents are well formed and for validating them against a custom JSON schema associated with a JSON instance.read more
- JSON Transformations and QueriesOxygen provides the ability to transform JSON documents through XSLT processing ,enabling the generation of various output formats such as HTML, JSON, XML, CSV, and more. You also have access to some powerful tools for querying JSON through XQuery or XPath expressions.read more
- JSON ToolsOxygen provides a variety of JSON-specific tools for converting JSON documents to and from XML structure, and for generating sample files.read more