janus
janus copied to clipboard
Consumer-driven contracts, both ways
Results
2
janus issues
Sort by
recently updated
recently updated
newest added
Is it possible to get a Janus jar onto Clojars? When I attempt to create a local jar "lein jar", I receive: java.io.FileNotFoundException: Could not locate midje/sweet__init.class or midje/sweet.clj on...
According to the [json_path tests](https://github.com/gga/json-path/blob/master/test/json_path/test/json_path_test.clj), this is how to get an array: ``` clojure (at-path "$.foo[*]" {:foo ["a", "b", "c"]}) => ["a", "b", "c"] ``` Whenever I select an element...