-
The json5 format is a extension of the json format, and is more human readable and easier to write. The main advantages:
- support comments
- trailing commas allowed.
- no quotation needed for keys…
-
I've thought about some features for JSONMaestro a little bit
- JSON Serialization/Deserialization
- Able to use JSON5
- Compliant with ECMA262
- Able to parse partial and or faulty strings
- …
-
We use JSON today. But the manifests are fairly large and hard to parse. As a relative newbie to tinkering on these, I would like to add additional inline documentation via comments. But JSON makes th…
-
### Describe the bug
here is my code ```pub.py```:
```
import zenoh, random, time
random.seed()
def read_temp():
return random.randint(15, 30)
if __name__ == "__main__":
ze…
-
### Issue
Right now, JSON5 is not available in the Style Configurator, and so adding custom file extensions to it is not possible this way.
While this isn't a serious problem by any means, it is m…
-
## CVE-2022-46175 - High Severity Vulnerability
Vulnerable Libraries - json5-2.2.0.tgz, json5-1.0.1.tgz
json5-2.2.0.tgz
JSON for humans.
Library home page: https://registry.npmjs.org/json5/-/json5…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
[JSON5](https://json5.org/) is a popular …
-
## CVE-2022-46175 - High Severity Vulnerability
Vulnerable Libraries - json5-2.1.3.tgz, json5-1.0.1.tgz
json5-2.1.3.tgz
JSON for humans.
Library home page: https://registry.npmjs.org/json5/-/json5…
-
config-rs should be able to support key-value configuration data of the following types:
* Bool
* Integer
* Float
* String
* List of "value"
* Key-Value Mapping of "String" to "Value"
Somet…
-
Need to improve the onboarding code per [PR review feedback](https://github.com/ossf/staff/pull/4) from @david-a-wheeler . The code needs optimization. This issue serves as a reminder.