[#BloombergLP-bdljsn-JsonUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::JsonUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility functions that provide `read` and `write` operations to/from `Json` objects. == Synopsis Declared in `<bdljsn_jsonutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct JsonUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonUtil/LineAndColumnNumber.adoc[`LineAndColumnNumber`] | Pair of `(line, column)` positions within JSON text. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonUtil/printError-04.adoc[`printError`] | `printError` overloads | xref:BloombergLP/bdljsn/JsonUtil/read-02c.adoc[`read`] | `read` overloads | xref:BloombergLP/bdljsn/JsonUtil/write-0c6.adoc[`write`] | `write` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#