takaaki-mizuno/dde-parser

Convert AWS DynamoDB Exported File into PHP Object

0.0.1 2017-08-26 11:42 UTC

This package is auto-updated.

Last update: 2024-04-20 22:16:00 UTC


README

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.