table of contents
SQL::Translator::Parser::JSON(3) | User Contributed Perl Documentation | SQL::Translator::Parser::JSON(3) |
NAME¶
SQL::Translator::Parser::JSON - Parse a JSON representation of a schema
SYNOPSIS¶
use SQL::Translator; my $translator = SQL::Translator->new(parser => "JSON");
DESCRIPTION¶
"SQL::Translator::Parser::JSON" parses a schema serialized with JSON.
AUTHORS¶
Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>. Jon Jensen <jonj@cpan.org>.
2024-03-08 | perl v5.40.0 |