UNPKG

@qoorp/jsona

Version:

Framework agnostic library that provide systemized way to work with JSON API specification v1.0 in your JavaScript / TypeScript code

4 lines (3 loc) 292 B
import { TJsonaIncludeNamesChain, TJsonaNormalizedIncludeNamesTree } from './JsonaTypes'; export declare function createIncludeNamesTree(namesChain: TJsonaIncludeNamesChain, includeTree: TJsonaNormalizedIncludeNamesTree): void; export declare function jsonParse(stringified: string): Object;