Scan a table using the column names and types from the metadata to generate a list of JSON structs, with <column name> : <column value> pairs.
This could be a cursor dump flavor.
It would need to convert integer types to raw JSON integers, and to escape strings and {{WT_ITEM}}s into valid JSON strings.
Consider adding the corresponding JSON load utility.
- is related to
-
WT-952 Json dump
- Closed