Wiki

Clone wiki

cyy / IO

CYY I/O Library

The I/O library supports the following formats to parse and serialize:

  1. Native - an internal, binary format
  2. Textual - a human readable format. Designed to support the CYY VM library (assembler)
  3. JSON - Built-In support for JSON. Resulting from the restrictions of JSON, not all available data types are supported.

Updated