◆ convertTable()
Converts a JSON document to a RATDB table
◆ parse()
| std::vector< RAT::DBTable * > RAT::DBJsonLoader::parse |
( |
const std::string & |
filename | ) |
|
|
static |
Returns a list of all tables found in JSON text file filename.
◆ parseString()
| std::vector< RAT::DBTable * > RAT::DBJsonLoader::parseString |
( |
const std::string & |
data | ) |
|
|
static |
Returns a list of all tables found in JSON string.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/DBJsonLoader.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/src/DBJsonLoader.cc