0.1.10 • Published 4 years ago

jsonex-treedoc v0.1.10

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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/

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.0

5 years ago