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>.

2024-01-20 perl v5.38.2