NestedText Serializer
A challenge by
MichalMarsalek
Description
Given a JSON document convert it to a NestedText document. To be precise, your output should:
- use inline items only for empty structures: [], {}
- use rest of line strings where possible
- use key items only where necessary
- use 4 spaces for indentation
Leaderboard
Author | Score | ||
---|---|---|---|
#1 |
|
dmrichwa | 419 |
#2 |
|
MichalMarsalek | 430 |
#3 |
|
MeWhenI | 750 |
#4 |
|
mousetail | 923 |