Skip to content

lambdasawa/dynamarshall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamarshall

$ echo '{"foo":"bar"}' | dynamarshall | jq
{
  "foo": {
    "B": null,
    "BOOL": null,
    "BS": null,
    "L": null,
    "M": null,
    "N": null,
    "NS": null,
    "NULL": null,
    "S": "bar",
    "SS": null
  }
}

About

[WIP] Convert normal JSON and DynamoDB JSON format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages