29#ifndef FOCOVJSON_UTILS_H_
30#define FOCOVJSON_UTILS_H_ 1
35#include <libdap/Array.h>
47void removeSubstring(
string& str,
const string subStr);
58long computeConstrainedShape(libdap::Array *a, std::vector<unsigned int> *shape);
60std::string escape_for_covjson(
const std::string &source);
67std::string backslash_escape(std::string source,
char char_to_escape);