The version date of this specification is 2023/07/14
.
This is a fss-0002 (Basic List)
whose Content is then processed as fss-0000 (Basic)
.
All fss-0002 (Basic List)
escapes are applied before any fss-0000 (Basic)
is identified.
See the fss-0000 (Basic) and fss-0002 (Basic List) specifications for details on the syntax rules.
Example:
# fss-0004 # valid comments are ignored. "The Object": Does not need to be quoted. This: does not need to be delimited. This Does\: Second: Continues until EOS/EOF. All white space, including newline (and leading white space) is "part of content." # Valid comments are still ignored.
Example Results:
Outer Objects would be: 1) "The Object" 2) Second Inner Objects would be: 1.1) Does 1.2) This: 1.3) This 2.1) Continues 2.2) All Inner Contents would be: 1.1.1) not need to be quoted. 1.2.1) does not need to be delimited. 1.3.1) Does: 2.1.1) until EOS/EOF. 2.2.1) white space, including newline (and leading white space) is "part of content."