Skip to content

Instantly share code, notes, and snippets.

@irrationnelle
Created March 21, 2018 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irrationnelle/bea1d3d13fbb8f153e788084e826a1ab to your computer and use it in GitHub Desktop.
Save irrationnelle/bea1d3d13fbb8f153e788084e826a1ab to your computer and use it in GitHub Desktop.
{
string: {S: 'foo'},
list: {L: [{S: 'fizz'}, {S: 'buzz'}, {S: 'pop'}]},
map: {
M: {
nestedMap: {
M: {
key: {S: 'value'}
}
}
}
},
number: {N: '123'},
nullValue: {NULL: true},
boolValue: {BOOL: true}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment