Allow The Colon Key-Value Delimiter To Have A Space Before It [@ READ ONLY] #1735
Labels
kind: enhancement/improvement
state: needs more info
the author of the issue needs to provide more details
Example of current use ->
Only
{ "Name": "Michael", "Age": 24 }
Example of use after this feature request ->
Either
{ "Name": "Michael", "Age": 24 }
or{ "Name" : "Michael", "Age" : 24 }
Note! This feature request should only affect the functions that read the trees. Those functions that write should remain the same.
The text was updated successfully, but these errors were encountered: