akshaymankar / jsonpath-hs

Haskell implementation of JSONPath
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Count function #39

Open glyn opened 1 year ago

glyn commented 1 year ago

@akshaymankar This is just the beginning of function extension support, starting with count(). I'm new to parsing in Haskell, so feeling my way. I'd appreciate your feedback on this draft PR and the TODOs in the code.

TODO: