11#include <nlohmann/json.hpp> 
   22  nlohmann::json 
pvlToJSON(QString pvlFile);
 
Contains more than one keyword-value pair.
 
Contains multiple PvlContainers.
 
Container for cube-like labels.
 
A single keyword-value pair.
 
Contains Pvl Groups and Pvl Objects.
 
This is free and unencumbered software released into the public domain.
 
json pvlKeywordToJSON(PvlKeyword &keyword)
Convert the contents of a PvlKeyword to a JSON object.
 
json pvlToJSON(Pvl &pvl)
Convert the contents of a Pvl to a JSON object.
 
json pvlGroupToJSON(PvlGroup &group)
Convert the contents of a PvlGroup to a JSON object.
 
json pvlContainerToJSON(PvlContainer &container)
Convert the contents of a PvlContainer to a JSON object.
 
json pvlObjectToJSON(PvlObject &object)
Convert the contents of a PvlObject to a JSON object.