UNPKG

ts-json-simple

Version:

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

4 lines (3 loc) 65 B
export default interface IJSONObject { [key: string]: any; }