UNPKG

typescript-json-serializer

Version:

Typescript library to serialize classes into json and deserialize json into classes.

6 lines (5 loc) 355 B
export { JsonSerializer } from './json-serializer'; export { ErrorCallback, FormatPropertyNameProto, JsonSerializerOptions, NullishPolicy, Policy, logError, throwError } from './json-serializer-options'; export { JsonObject, JsonObjectMetadata } from './json-object'; export { JsonProperty } from './json-property'; export { isNullish } from './helpers';