atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

JSON datatype

Open joepio opened this issue 2 years ago • 0 comments

Sometimes you don't want to deal with creating Properties and hosting these somewhere - you just want to have some JSON thing (array, object, whatever).

We could add JSON as a datatype.

Implementation

  • [ ] Add it to datatypes.rs
  • [ ] Add to urls.rs
  • [ ] Add to values.rs + test
  • [ ] Add to serialize.rs (val_to_serde)
  • [ ] Add to default_store.json

joepio avatar Sep 05 '23 13:09 joepio