-
**Steps to reproduce and a minimal demo of the problem**
Open an instance that makes request to a JSON APi
**Current behavior**
All data is stored in markup
**Expected/desired behavior**
I think …
-
We need to call `F0.store_as_json()` after the csvs are read from file, so that we can (a) provide ICOM with the things we expect from EPA more easily in the future and (b) update our pytests more eas…
-
I have tried to upgrade from version 0.15 to 0.2.1, but the latest version cannot read value stored with the previous one.
We store a token by using:
``` javascript
localStorageService.set('token', …
-
additional artifacts added during the staging process are stored in spacefx-config.json `extraBuildArtifacts`.
However, `stage_build_artifact.sh` does not correctly query the extra build artifacts:…
-
Issue originally raised in Commanded by @drozzy ([#81](https://github.com/slashdotdash/commanded/issues/81)).
Need to investigate whether it is possible to persist event data & metadata as JSON whe…
-
Right now https://jsonpickle.github.io/ is being used for storing data. I'm not really sure if I like it though, since it will probably get unwieldy as more data is added. Plus it's kinda sus since it…
-
I should have opened a bug for this before coding it, but later is better than never. So filing a bug so that we can find it / find the PR more easily later if needed.
https://github.com/openfoodfa…
-
https://github.com/kkiyama117/coc-toml/blob/main/src/index.ts#L64
Why not use [schemastore](https://www.schemastore.org/) to get json schema?
Related issue:
-
Create a JSON schema to format the data such that it matches and is able to be stored into our Firebase DB schema. See the OO Planning Google Docs for an outline of our DB schema. Key data to store in…
-
The `body` of a `Document` is loaded from a JSON file from the filesystem:
- https://github.com/django/djangoproject.com/blob/main/docs/models.py#L356
As we already store the JSON file in `metadat…