UNPKG

ts-json-simple

Version:

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

3 lines 63 B
export default interface IJSONObject { [key: string]: any; }