-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Description
Currently, the default serialization produces
"key" : "value"
(note: two spaces)
and the compact one produces
"key":"value"
(note: no space)
I'd like to see a third option here that produces another commonly seen format (the most common one I'm seeing at least):
"key": "value"
(note: single space after the colon).
Line 1009 in 6fc5622
aSB.Append(" : "); |
I'd be happy to make a PR but wanted to
- ask what you think about this and
- whether you'd be open to changing the default to
"key": "value"
- in case this would need to be optional, what a good name for that mode would be
Metadata
Metadata
Assignees
Labels
No labels