Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.09 KB

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.