google / google/jsonnet

manifestJsonEx

Open
#1,273 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.