// todo: implement and move (possibly to another library)
pubenumON{
Null,
True,
False,
Integer,
Double,String,
Object,
List,// todo: not complete/final
}/// Types which have an object notation representation.
////// The format is somewhat similar to JSON, and can be encoded as such.
pubtraitToObjectNotation{#[allow(non_snake_case)]fnto_ON(&self)-> ON;}