Lets store data in description fields. Because we don't have a better place to put them.
{
"body": "Big description of\nsomething",
"string": "data",
"number": 123
}
Becomes:
Big description of
something
string: "data"
number: 123
npm i smujmaiku/body-meta
Encodes an Object into a single string placing the body
value on top
Decodes a string into a single Object
Copyright (c) 2021, Michael Szmadzinski. (MIT License)