Expand description
Reverse conversion: JSON value → TypedValue.
This module provides conversion from JSON values to sync-core’s TypedValue.
Structs§
- Json
Conversion Config - Configuration for JSON field conversions.
- Json
Value With Schema - JSON value paired with schema information for type-aware conversion.
Functions§
- convert_
id_ to_ value - Convert a string ID value to Value using Type.
- convert_
id_ with_ database_ schema - Convert a string ID value to Value based on schema-defined type.
- extract_
field - Extract a typed value from a JSON object field.
- json_
object_ to_ typed_ values - Convert a complete JSON object to a map of TypedValues using schema.
- json_
to_ generated_ value_ with_ config - Convert JSON to Value with path-based configuration.
- json_
to_ typed_ value_ with_ config - Convert a JSON value to TypedValue with path-based configuration.
- json_
to_ universal_ with_ table_ schema - Convert JSON value to Value using table schema for type lookup.
- json_
value_ to_ universal - Convert a JSON value to Value (without schema information).
- parse_
jsonl_ line - Parse a JSONL line and convert to typed values.