Open tlodge opened 5 years ago
calling databox.HypercatToSourceDataMetadata with raw string gives a:
ReferenceError: hyperCatString is not defined
fix for now is to call JSON.parse on the string first.
This is address by me-box/lib-node-databox#46 (although i've also changed the method name to HypercatToDataSourceMetadata for consistency with go lib, etc.)
calling databox.HypercatToSourceDataMetadata with raw string gives a:
ReferenceError: hyperCatString is not defined
fix for now is to call JSON.parse on the string first.