Allow Tail { "Key": "Value" } Comma [@ READ ONLY] #1734
Labels
kind: enhancement/improvement
solution: wontfix
the issue will not be fixed (either it is impossible or deemed out of scope)
Example of current use ->
Only
{ "Name": "Michael", "Age": 36 }
Example of use after this feature request ->
Either
{ "Name": "Michael", "Age": 36 }
or{ "Name": "Michael", "Age": 36, }
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: