/fdon-js

Freedom Object Notation is a free form data format, was created for the Freedom programming language

Primary LanguageJavaScriptMIT LicenseMIT

fdon-js

Freedom Object Notation is a free form data format, was created for the Freedom programming language

The spec can be found at fdon-spec

Usage

<script src="fdon.js"></script>
FDON.parse(text)
FDON.stringify(value)

Can replace the JSON.parse and JSON.stringify calls