You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now JSTP works only with one JSON5 like serialization format. While it would be much more extendable use abstract interface that provides such functions as:
parse()
serialize()
parseNetworkPacket()
serializeNetworkPacket()
This way will be able to add new formats, for example JSON or some binary format.