This package has been deprecated

Author message:

WARNING: This project has been renamed to treedoc. Install using treedoc instead.

jsonex-treedoc
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

CircleCI codecov

JSONEX parser in Type Script

JSONEX Make JSON greate again for configuration

Overview

Jsonex is a json extension format makes JSON more friendly for configuration. This is a typescript port from Java implementation. Please refer to JSONEX spec for more details.

Usage

Basic Usage

import { TDJSONParser, TDJSONParserOption, TDNodeType } from 'jsonex-treedoc';
 
const o1 = TDJSONParser.get().parse(new TDJSONParserOption(jsonStr)).toObject();

Advanced Usage

Please refere to the test class JsonParser.test.ts for more details.

Live Demo

https://jsontable.github.io/

Package Sidebar

Install

npm i jsonex-treedoc

Weekly Downloads

1

Version

0.1.10

License

MIT

Unpacked Size

76 kB

Total Files

67

Last publish

Collaborators

  • treedoc