oasis-tcs / openc2-oc2ls

OASIS OpenC2 TC: GitHub repository used to propose and track changes to the OpenC2 Language Specification as new working draft level revisions are created and the associated CSDs mature
https://github.com/oasis-tcs/openc2-oc2ls
Other
15 stars 19 forks source link

"Integer Serialization" section #311

Closed romanojd closed 5 years ago

romanojd commented 5 years ago

LS-124 (https://lists.oasis-open.org/archives/openc2/201904/msg00038.html):

Section 3.1.6.2, Page 30: For Integer Serialization, the wording of the description is a bit confusing. It says that for JSON (or default serialization format), 'integers are converted to strings', but that is not true as integers are represented as the 'number' data type in the JSON standards document. I think the comment is trying to say that JSON is not a binary format (even though clearly it is binary; it's just represented in a standard character set). So, please fix up the wording here to not imply that integers should be serialized as strings! It does say this later, so it's just this first paragraph that is unnecessarily wordy and inaccurate.

romanojd commented 5 years ago

This section will be removed.

F2F, 4/30/2019

romanojd commented 5 years ago

Pull request #323 has been merged.