Support field names that are not proper JavaScript identifiers. e.g.: `")hello"` In the non-identifier case, switch to using index `[""]` notation for accessing properties on JS objects.
Support field names that are not proper JavaScript identifiers.
e.g.:
")hello"In the non-identifier case, switch to using index
[""]notation for accessing properties on JS objects.