SQL::Translator::Parser::JSON - Parse a JSON representation of a schema
Contents
Description
"SQL::Translator::Parser::JSON" parses a schema serialized with JSON.
Name
SQL::Translator::Parser::JSON - Parse a JSON representation of a schema
Synopsis
use SQL::Translator;
my $translator = SQL::Translator->new(parser => "JSON");
