UNPKG

ts-json-simple

Version:

TypeScript package inspired by Java's JSONObject, providing a chainable API for JSON manipulation.

5 lines (4 loc) 166 B
export { default as JSONObject } from './JSONObject'; export { default as JSONArray } from './JSONArray'; export * from './IJSONObject'; export * from './JSONValue';