manifestJsonEx
Open
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
Should only support whitespace as intent.
```
std.manifestJsonEx({
hello: 'world',
}, 'xxx', '\n', ' ')
```
returns
```json
"{\nxxx\"hello\" \"world\"\n}"
```
I think according to the doc, it should be:
```json
"{\n \"hello\" \"world\"\n}"
```
Contributor guide
Assessment
This issue has not been assessed yet.