XiaoXuan Script Object Notation
XiaoXuan Script Object Notation (ASON) is a data format designed to be easy for humans to read and write. it is similar to JSON, but with some key differences. ASON is primarily used as a configuration file for applications, but it can also be used as a data transfer format.
Features
- Compatible with most of the syntax of JSON and JSON5. If you are already familiar with JSON, you can read and write ASON without having to learning anything new.
- Simple, rigorous and consistent.
ASON improves and ehances JSON. For example, ASON numbers have data types, support comments, key names do not require double quotes,
Boolean,DateandTupletypes are added. In addition, thenullvalue that often causes ambiguity is removed.
Table of Content
Example
Documentation
See the document for more information.
File Extension
The file extension for ASON is *.ason.
License
Check out LICENSE and LICENSE.additional.