Expand description
Parser for { key: value } object literal syntax.
Functions§
- parse_
object_ literal - Parse a
{ key: value, ... }object literal into a field map. - parse_
object_ literal_ array - Parse
[{ ... }, { ... }]— an array of object literals for batch insert.