Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Authors

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

perl v5.40.0                                       2024-11-23               SQL::Translator::Producer::JSON(3pm)

Description

       This module serializes a schema to a JSON string.

Name

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

See Also

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

Synopsis

         use SQL::Translator;

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

See Also