json-to-dynamo
Convert JSON to a DynamoDB-friendly representation.
Example
var convert = ; var obj = foo: true bar: baz: null ; ;//=> { foo: { BOOL: true }, bar: { M: { baz: { NULL: true } } } }
License
MIT
Convert JSON to a DynamoDB-friendly representation.
var convert = ; var obj = foo: true bar: baz: null ; ;//=> { foo: { BOOL: true }, bar: { M: { baz: { NULL: true } } } }
MIT
npm i json-to-dynamo
83
0.1.0
MIT