[#BloombergLP-baljsn-SimpleFormatter-isCompleteJSON] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/SimpleFormatter.adoc[SimpleFormatter]::isCompleteJSON :relfileprefix: ../../../ :mrdocs: Return `true` if this `SimpleFormatter` has formatted a complete JSON object, where all `open*` calls have been balanced by their corresponding `close*` calls. Note that a default‐constructed `SimpleFormatter` will return `false` ‐ an empty string is not valid JSON. == Synopsis Declared in `<baljsn_simpleformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isCompleteJSON() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#