Registry / testing / json-expressions

json-expressions

JSON →
library0.9.0rbrubygemsunverified

JSON matchmaking for all your API testing needs.

gem install json_expressions
INSTALL
IMPORT
SIG · JSON-EXPRESSIONS
J
json-expressions
testingrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSONExpressions
require 'json_expressions'

Match JSON data against a pattern.

require 'json_expressions' pattern = JSONExpressions::Pattern.new do key 'name' => String key 'age' => Integer end result = pattern.match?({'name' => 'Alice', 'age' => 30}) puts result # true
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
json-expressions — gem install json-expressions · libregistry