SQL::Translator::Parser::JSON(3pm) | User Contributed Perl Documentation | SQL::Translator::Parser::JSON(3pm) |
SQL::Translator::Parser::JSON - Parse a JSON representation of a schema
use SQL::Translator; my $translator = SQL::Translator->new(parser => "JSON");
"SQL::Translator::Parser::JSON" parses a schema serialized with JSON.
Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>. Jon Jensen <jonj@cpan.org>.
2022-11-19 | perl v5.36.0 |