casacore
|
Modules | |
Json_module_internal_classes | |
Internal Json_module classes and functions. | |
Classes | |
class | casacore::JsonError |
More... | |
class | casacore::JsonKVMap |
More... | |
class | casacore::JsonOut |
More... | |
class | casacore::JsonParser |
More... | |
class | casacore::JsonValue |
More... | |
Classes to read or write a JSON file
See below for an overview of the classes in this module.
This module handles JSON input and output. It supports the full Json syntax (including null values) with the addition of complex numbers represented as a nested JSON struct with fields "r" and "i".
NaN and infinite floating point numbers are written as a null value.
It supports comments in the JSON file using C, C++ or Python style delimiters.
It consists of the following classes: