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 Editor
    Oxygen 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 Editor
  • JSON Validation
    Oxygen 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 Validation
  • JSON Transformations and Queries
    Oxygen 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 Transformation
  • JSON Tools
    Oxygen provides a variety of JSON-specific tools for converting JSON documents to and from XML structure, and for generating sample files.
    read more
    JSON Converter