JSON to ROOT File

Hi,

ROOT natively supports only special JSON format for objects storage. See docu: ROOT: TBufferJSON Class Reference

But one always can read arbitrary JSON with any parser and store parsed data into ROOT file as tree or as any other objects. In the topic Read JSON file in CERN ROOT shown example how nlohmann parser can be used with ROOT.

Regards,
Sergy