Skip to content
/ j-parser Public

A comprehensive data serialization language parser

License

Notifications You must be signed in to change notification settings

Bruk3/j-parser

Repository files navigation

j-parser

A comprehensive data serialization language parser

GitHub GitHub Workflow Status (branch) nycrc config on GitHub Read the Docs

What is it?

j-parser is a javascript library that allows a seemless conversion of one data serialization language to another.


Most npm parser libraries out there are single purpose parsers that provide conversion capabilites from only one target data serialization language into JSON. j-parser is a wrapper around some of the most widely used npm parser libraries out there: js-yaml, fast-xml-parser, and table-to-json. It exposes a simple API which will be used to translate from one format to another.

Target Features

  • YAML to JSON
  • XML to JSON
  • YAML to XML
  • HTML tables to JSON
  • And for all of the above features, the reverse translation will also be available.