jsserializer-cson
A jsserializer adapter for cson-parser
Example
// import the adapter;// import this library;// load in the adapterlet service = ;// provide the serializer optionslet options = {};// serializelet obj = service;let str = service;
Install
NPM
- Install:
npm install --save jsserializer
- Install:
npm install --save jsserializer-cson
API
Property | type | params | Description |
---|---|---|---|
extensions | getter | string[] | |
parse | function | (source: string, options: Object) | |
stringify | function | (source: Object, options: string) |
License
Copyright (c) 2016 https://github.com/orgs/jsserializers/people. All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information.