1SQL::Translator::ParserU:s:eJrSOCNo(n3t)ributed Perl DocSuQmLe:n:tTartainosnlator::Parser::JSON(3)
2
3
4
6 SQL::Translator::Parser::JSON - Parse a JSON representation of a schema
7
9 use SQL::Translator;
10
11 my $translator = SQL::Translator->new(parser => "JSON");
12
14 "SQL::Translator::Parser::JSON" parses a schema serialized with JSON.
15
17 Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.
18 Jon Jensen <jonj@cpan.org>.
19
20
21
22perl v5.28.0 2013-10-31 SQL::Translator::Parser::JSON(3)