archives

« Bugzilla Issues Index

#1770 — Consider renaming JA, JO, Str, Quote


The algorithms in 15.12.3 JSON.stringify all have very short names.

There's no bug, it just reads a bit badly. Str in particular is bad, because the section that defines it doesn't have a summary that tells what it does.

Suggestions:

JA -> JSONSerializeArray
JO -> JSONSerializeObject
Str -> JSONSerializeProperty
Quote -> JSONQuote


fixed in rev34 editor's draft


fixed in rev34