JSONedit icon indicating copy to clipboard operation
JSONedit copied to clipboard

Can't set text property on catalog which consists only of numbers or is false/true

Open jusio opened this issue 12 years ago • 0 comments

Try to add new text property into catalog with value 1. It is converted into json as 1 (number) not "1"(string), if you will try enter value as "1", it will become escaped string in form of ""1"". The same is for boolean values (false,true)

jusio avatar Sep 17 '13 13:09 jusio