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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add methods from_json and to_json

bieli opened this issue · comments

Matt's proposal for future implementations of methods:

  • from_json
  • to_json

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

Implementation in #28