-
Type: Technical Debt
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Cursors
-
Storage Engines
-
StorEng - Defined Pipeline
Several parts of WiredTiger read/write JSON formatted data using the JSON code in cursor/cur_json.c. That means that this code is not specific to cursors (although perhaps it was first added to provide JSON formatted output from dump cursors).
We should consider moving this code into the support/ directory, which is where we have other types of utility functionality.