-
If I write a json content like this.
``` json
{
"string": "A string",
"object": {
"string": "A string",
"string2": "Other string"
}
}
```
And after I use ctrl+shift+f to …
jabby updated
9 years ago
-
Related https://github.com/elastic/apm-agent-nodejs/issues/2019
We show queries for spans with type `db`, but if it's not SQL it just renders this text field:
![image](https://user-images.githu…
smith updated
4 months ago
-
A config for json files would be nice. Especially for files with [one json per line](https://jsonlines.org/), since a lot of services provide logs in this format.
SEO: `conf.json`
-
## Description
- Reformat all the JSON files (also deprecating some hardly understandable things like "strings or object format" in localConfig.json plugin)
- Update eslint config to enforce JSON fi…
-
## Introduction
Code formatting is a necessary step of development to keep the code readable and maintainable.
It often comes in a pair with a linter, which is an automated process to ensure forma…
-
Thank you for sharing your work and providing the PEaCE dataset. I'm currently working on fine-tuning an OCR model using your dataset and encountered some issues with the labels.jsonl file. Specifical…
-
When running tests for the **FetchBaseQuery** with a non-JSON body, there is a mismatch in the expected and received error messages. Specifically, the error formatting differs in how it handles unexp…
-
**Description**:
When JSON file has been tampered with and not in the correct format, there is no attempt at recovery or a warning to the user that the file is corrupted. This could cause users to lo…
-
**Is your feature request related to a problem? Please describe.**
Current JSON Formatting looks like:
```json
{
"size": 1,
"rows": [
{
"provider_type_id": "glos…
-
I really like the JSON / YAML modes and was wondering if it would make sense to offer an auto-formatting option based on the mode where text is formatted to be more readable according to the mode.