Parse Multiple Distinct Values
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It might be a good idea to allow `m-o` to parse multiple values one after another at the top level. For example this currently doesn't parse:
```python
{"a": 1}{"b": 2}
```
Sometimes you have a script that prints multiple values on the command line and it would be nice for `m-o` to be able to prettify each value even if separated on different lines.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.