miraks
6 years agoCreator II
Compressed text property
Frequently, on ItemTypes, I use a "Text" property to store json data.
Because, the json is very verbose and can be compressed to reduce the taken space in database and network traffic, I use LZStri...