Skip to main content

Module object_literal

Module object_literal 

Source
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.