takaaki-mizuno/dde-parser

Convert AWS DynamoDB Exported File into PHP Object


Keywords
aws, dynamodb
License
MIT

Documentation

TakaakiMizuno/DDEParser

Parse DynamoDB Export JSON file.

How To Use

$parser = new DDEParser();
$object = $parser->parse($data);

License

This library is available under the MIT license. See the LICENSE file for more info.