JSONedit
JSONedit copied to clipboard
Can't set text property on catalog which consists only of numbers or is false/true
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)