bieli / IoText-data-protocol

Internet of Things data protocol - simplistic text and CSV-friendly IoT data protocol. Options: Schema-less, schema+versioning, building deltas for data values. Easy to re-use.
Apache License 2.0
0 stars 2 forks source link

Add methods from_json and to_json #17

Closed bieli closed 6 months ago

bieli commented 1 year ago

Matt's proposal for future implementations of methods:

For compatibility and integrations with other layers/systems/3rd part solutions.

bieli commented 6 months ago

Implementation in https://github.com/bieli/IoText-data-protocol/pull/28