The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Test::JSON"

Test::JSON - Test JSON data River stage two • 13 direct dependents • 99 total dependents

JavaScript Object Notation (JSON) is a lightweight data interchange format. Test::JSON makes it easy to verify that you have built valid JSON and that it matches your expected output. See <http://www.json.org/> for more information....

OVID/Test-JSON-0.11 - 09 Aug 2009 09:20:24 UTC

JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC River stage one • 6 direct dependents • 8 total dependents

DMAKI/JSON-RPC-1.06 - 07 Oct 2014 01:59:39 UTC

Test::JSON::Type - Test JSON data with types. River stage zero No dependents

SKIM/Test-JSON-Type-0.04 - 06 Jul 2022 14:25:43 UTC

Test::Deep::JSON - Compare JSON with Test::Deep River stage two • 6 direct dependents • 55 total dependents

Test::Deep::JSON provides the "json($expected)" function to expect that target can be parsed as a JSON string and matches (by "cmp_deeply") with *$expected*....

MOTEMEN/Test-Deep-JSON-0.05 - 24 Apr 2018 11:24:46 UTC

Test::JSON::More - JSON Test Utility River stage one • 1 direct dependent • 1 total dependent

Test::JSON::More is the utility for testing JSON string. SWITCH JSON MODULES By default, Test::JSON::More use JSON module for encoding/decoding JSON. If you would like to use an another JSON module in the test, then you can specify it at loading "Tes...

BAYASHI/Test-JSON-More-0.02 - 28 Apr 2016 01:29:13 UTC

Test::JSON::Assert - Tests JPaths into an JSON Data structure for correct values/matches River stage zero No dependents

This module allows you to test if two JSON data structures are semantically the same. It uses JSON::Assert to do all of it's checking....

SGREEN/JSON-Assert-0.08 - 07 Jul 2017 05:50:07 UTC

Test::JSON::Entails - Test whether one JSON or Perl structure entails/subsumes another River stage one • 2 direct dependents • 2 total dependents

Sometimes you want to compare JSON objects not for exact equivalence but for whether one structure subsumes the other. The other way round, one structure can be *entailed* by another. For instance { "foo": 1, "bar": [ "x" ] } is entailed by any of th...

VOJ/Test-JSON-Entails-0.2 - 14 Sep 2012 14:38:20 UTC

Test::CPAN::Meta::JSON - Validate a META.json file within a CPAN distribution. River stage two • 12 direct dependents • 27 total dependents

This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtil...

BARBIE/Test-CPAN-Meta-JSON-0.16 - 14 Jan 2015 02:06:36 UTC

Test::JSON::RPC::Autodoc - Testing tools for auto generating documents of JSON-RPC applications River stage zero No dependents

Test::JSON::RPC::Autodoc is a software for testing JSON-RPC Web applications. These modules generate the Markdown formatted documentations about RPC parameters, requests, and responses. Using Test::JSON::RPC::Autodoc, we just write and run the integr...

YUSUKEBE/Test-JSON-RPC-Autodoc-0.15 - 22 Jun 2016 10:22:11 UTC

Test::WWW::Mechanize::JSON - Add a JSON and AJAXy methods to the super-class River stage zero No dependents

Extends Test::WWW::Mechanize to test JSON content in response bodies and "x-json" headers. It adds a few HTTP verbs to Mechanize, for convenience. METHODS: HTTP VERBS...

LGODDARD/Test-WWW-Mechanize-JSON-0.73 - 12 Jun 2013 13:31:08 UTC

Test::DBChanges::Role::JSON - decode data that's recorded as JSON River stage zero No dependents

Classes that store changes as JSON should consume this role....

DAKKAR/Test-DBChanges-1.0.2 - 30 May 2019 13:43:32 UTC

Test::JSON::Schema::Acceptance - Acceptance testing for JSON-Schema based validators River stage one • 3 direct dependents • 5 total dependents

JSON Schema <http://json-schema.org> is an IETF draft (at time of writing) which allows you to define the structure of JSON. From the overview of the draft 2020-12 version of the specification <https://json-schema.org/draft/2020-12/json-schema-core.h...

ETHER/Test-JSON-Schema-Acceptance-1.023 - 13 Apr 2024 19:26:46 UTC

Test::Mojo::Role::Debug::JSON - a JSON extension to Test::Mojo::Role::Debug River stage zero No dependents

When you chain up a bunch of tests and they fail, you really want an easy way to dump up your markup at a specific point in that chain and see what's what. This module comes to the rescue....

ATOOMIC/Test-Mojo-Role-Debug-JSON-0.005 - 27 Mar 2020 16:34:10 UTC

App::Test::DWG::LibreDWG::JSON - Base class for test-dwg-libredwg-json script. River stage zero No dependents

SKIM/App-Test-DWG-LibreDWG-JSON-0.04 - 24 Aug 2023 08:58:17 UTC

Test::CPAN::Meta::JSON::Version - Validate CPAN META data against the specification River stage two • 12 direct dependents • 27 total dependents

This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module...

BARBIE/Test-CPAN-Meta-JSON-0.16 - 14 Jan 2015 02:06:36 UTC

Test::Mock::LWP::Distilled::JSON - JSON support for Test::Mock::LWP::Distilled River stage zero No dependents

This is a very simple extension to Test::Mock::LWP::Distilled that handles the very common case of APIs that return JSON. *If* you are happy that only the HTTP code and the JSON content of any website response are important (you don't need to remembe...

SKINGTON/Test-Mock-LWP-Distilled-JSON-1.000 - 13 Sep 2021 13:47:48 UTC

Test::BDD::Cucumber::Harness::JSON - Generate results to JSON file River stage one • 9 direct dependents • 9 total dependents

A Test::BDD::Cucumber::Harness subclass that generates JSON output file. So that it is possible use tools like "Publish pretty cucumber reports" <https://github.com/masterthought/cucumber-reporting>....

EHUELS/Test-BDD-Cucumber-0.86 - 11 Aug 2023 23:12:21 UTC

lib/Test/JSON/RPC/Autodoc/Request.pm River stage zero No dependents

YUSUKEBE/Test-JSON-RPC-Autodoc-0.15 - 22 Jun 2016 10:22:11 UTC

lib/Test/JSON/RPC/Autodoc/Validator.pm River stage zero No dependents

YUSUKEBE/Test-JSON-RPC-Autodoc-0.15 - 22 Jun 2016 10:22:11 UTC

lib/Test/JSON/RPC/Autodoc/Response.pm River stage zero No dependents

YUSUKEBE/Test-JSON-RPC-Autodoc-0.15 - 22 Jun 2016 10:22:11 UTC
87 results (0.043 seconds)