Skip to content

issues Search Results · repo:gga/json-path language:Clojure

Filter by

6 results
 (75 ms)

6 results

ingga/json-path (press backspace or delete to remove)

IETF RFC 9535 defines a proposed standard for JSONPath. Other resources: - A partial Compliance Test Suite. - Behaviours of various implementations can be checked in the comparison project. Please ...
  • glyn
  • Opened 
    on Feb 23, 2024
  • #17

@cburgmer s JSONPath comparison project is currently discussing some issues relating to a proposed implementation of JSONPath known as Proposal A . May I encourage you to get involved if you are interested ...
  • glyn
  • 1
  • Opened 
    on Jun 10, 2020
  • #15

The following queries provide results that do not match those of other implementations of JSONPath (compare https://github.com/cburgmer/json-path-comparison/tree/master/comparison): - [x] $..* Input: ...
  • cburgmer
  • Opened 
    on Jun 15, 2019
  • #13

Does json-path support navigating a Clojure data structure with namespaced keywords? Example: (jp/at-path $.foo/qux {:foo/qux {:bar Hello, world! }}) This returns nil. Tried this: (jp/at-path $[ ...
  • devth
  • 6
  • Opened 
    on Sep 2, 2017
  • #11

As mentioned in #6 json-path will happily return a match for user= (jp/at-path $.type [{:type a }]) [ a ] However the proper query in my eyes would be: user= (jp/at-path $[*].type [{:type a ...
  • cburgmer
  • Opened 
    on Dec 15, 2016
  • #8

Hey Giles, JsonPath is a perfect fit when finding values for an arbitrarily complex query. However, the key to that value is lost in the process. More specifically, my users have a Spring Boot status ...
  • cburgmer
  • 5
  • Opened 
    on Nov 28, 2016
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub