Isis Developer Reference
|
#include "PvlToJSON.h"
#include <nlohmann/json.hpp>
#include "Pvl.h"
#include "PvlKeyword.h"
#include "IException.h"
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Typedefs | |
using | json = nlohmann::json |
This is free and unencumbered software released into the public domain. | |
Functions | |
json | Isis::pvlKeywordToJSON (PvlKeyword &keyword) |
Convert the contents of a PvlKeyword to a JSON object. | |
json | Isis::pvlContainerToJSON (PvlContainer &container) |
Convert the contents of a PvlContainer to a JSON object. | |
json | Isis::pvlGroupToJSON (PvlGroup &group) |
Convert the contents of a PvlGroup to a JSON object. | |
json | Isis::pvlObjectToJSON (PvlObject &object) |
Convert the contents of a PvlObject to a JSON object. | |
json | Isis::pvlToJSON (Pvl &pvl) |
Convert the contents of a Pvl to a JSON object. | |
json | Isis::pvlToJSON (QString pvlFile) |
Converts an PVL file to a json object. | |
using json = nlohmann::json |
This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.