Skip to content

Latest commit

 

History

History
132 lines (72 loc) · 1.64 KB

fjson.rst

File metadata and controls

132 lines (72 loc) · 1.64 KB

The FJSON Format Specification

Authors: Alexandr Dubinin
Revision: 1.0
Date: 19 June 2023

Abstract

FJSON is form configuration data interchange format based on JavaScript Object Notation (JSON).

FJSON is a format for encoding basic form settings in declarative way.

A simple from described in FJSON:

  • JavaScript Object Notation (JSON), and the terms object, name, value, array, and number, are defined in IETF RTC 4627, at http://www.ietf.org/rfc/rfc4627.txt.
  • The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in IETF RFC 2119, at http://www.ietf.org/rfc/rfc2119.txt.