Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- json_encoder { JSON::XS->new->pretty };
- cmp_json_types "some message"
- => data => $api->call
- => template => {
- status => expect_json_bool,
- name => expect_json_string | expect_json_null,
- age => expect_json_number
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement