# Functions
FromJSON reads json code and restores data.
NewJSONProperties creates a new JSonProperties instance.
ToJSON serializes data into JSON.
# Variables
PropertyTypeRegistry ...
# Structs
JSONProperties ...
SyncedJSONProperty is used to manipulate jsonProperty with type of lock asked (as returns by JSONProperties.LockBy<x>).
# Interfaces
Property is the interface each Property must satisfy.
Serializable is the interface allowing the conversion of satisfying struct to []byte (Serialize()) and reverse operation (Unserialize()).