f5io / jsonpath

Performant JSONPath implementation that focuses on results
MIT License
16 stars 5 forks source link

Any chance of making this useable with Typescript? #7

Open cloud-on-prem opened 6 years ago

cloud-on-prem commented 6 years ago

This looks the most promising of all the JSON path implementations I've seen. Thanks for creating/maintaining it. I especially love the FP stuff you are using inside.

I'm a Typescript user and would love to use this library with a few of my open source projects. Could you generate the types and submit it to: https://github.com/DefinitelyTyped/DefinitelyTyped

f5io commented 6 years ago

I'm up for this, but may just supply a type definition in the project for the next release, would that fulfil your requirements?

cloud-on-prem commented 6 years ago

That sounds like a great idea. Thanks for the quick response @f5io.

On an side note, I've found programming in Typescript quite enjoyable. It's lightweight and allows one to gradually adopt it since it's a superset of JS. If you ever consider migrating to TS, I'd love to collaborate.