UNPKG

437 BMarkdownView Raw
1[![Build Status](https://travis-ci.org/drom/jsof.svg?branch=master)](https://travis-ci.org/drom/jsof)
2[![NPM version](https://img.shields.io/npm/v/jsof.svg)](https://www.npmjs.org/package/jsof)
3
4# JSOF
5liberal JSON
6
7## API
8### value = jsof.parse(text)
9The `jsof.parse()` method parses a JS string and returns a JavaScript value.
10
11### text = jsof.stringify(value)
12The `jsof.stringify()` method converts a JavaScript value to a JS string.