|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <sstream>#include <iostream>#include <fstream>#include <stddef.h>#include <string>#include <typeinfo>#include <DDS.h>#include <Structure.h>#include <Constructor.h>#include <Array.h>#include <Grid.h>#include <Sequence.h>#include <Str.h>#include <Url.h>#include <BESDebug.h>#include <BESInternalError.h>#include "FoInstanceJsonTransform.h"#include "fojson_utils.h"
Go to the source code of this file.
Macros | |
| #define | ATTRIBUTE_SEPARATOR "." |
| #define | FoInstanceJsonTransform_debug_key "fojson" |
| #define | JSON_ORIGINAL_NAME "json_original_name" |
| #define ATTRIBUTE_SEPARATOR "." |
Definition at line 55 of file FoInstanceJsonTransform.cc.
| #define FoInstanceJsonTransform_debug_key "fojson" |
Definition at line 58 of file FoInstanceJsonTransform.cc.
| #define JSON_ORIGINAL_NAME "json_original_name" |
Definition at line 56 of file FoInstanceJsonTransform.cc.