csharpfritz / TAML

Defining the coolest and simplest markup language delimited ONLY by tabs
MIT License
23 stars 11 forks source link

Issue: How to define a key value pair with an empty value #61

Closed csharpfritz closed 3 years ago

csharpfritz commented 3 years ago

In JSON, a key value pair with an empty text value appears like the following:

"key": ""
Stelzi79 commented 3 years ago

I would argue this the same as I did in #60 because at the root they are the same issue about an optional setting in a configuration file.

csharpfritz commented 3 years ago

Resolved for specification 1.1: Empty value is indicated with a value in the format !""

The magic characters !"" indicate the empty value