Scroll to navigation

SQL::Translator::Producer::JSON(3) User Contributed Perl Documentation SQL::Translator::Producer::JSON(3)

NAME

SQL::Translator::Producer::JSON - A JSON producer for SQL::Translator

SYNOPSIS

  use SQL::Translator;
  my $translator = SQL::Translator->new(producer => 'JSON');

DESCRIPTION

This module serializes a schema to a JSON string.

SEE ALSO

SQL::Translator, JSON::MaybeXS, http://www.json.org/.

AUTHORS

darren chamberlain <darren@cpan.org>, Ken Youens-Clark <kclark@cpan.org>. Jon Jensen <jonj@cpan.org>.

2024-03-08 perl v5.38.2