OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
fojson_utils.cc File Reference
#include "fojson_utils.h"
#include <BESDebug.h>
#include <sstream>
#include <iomanip>
Include dependency graph for fojson_utils.cc:

Go to the source code of this file.

Namespaces

 fojson
 

Macros

#define utils_debug_key   "fojson"
 

Functions

long fojson::computeConstrainedShape (libdap::Array *a, std::vector< unsigned int > *shape)
 Compute the constrained shape of the Array and return it in a vector. More...
 
std::string fojson::escape_for_json (const std::string &input)
 

Macro Definition Documentation

#define utils_debug_key   "fojson"

Definition at line 37 of file fojson_utils.cc.

Referenced by fojson::computeConstrainedShape().