jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Any chance of making this useable with Typescript?

Open cloud-on-prem opened this issue 7 years ago • 2 comments

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

cloud-on-prem avatar Jan 16 '18 01:01 cloud-on-prem

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

f5io avatar Jan 16 '18 10:01 f5io

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.

cloud-on-prem avatar Jan 16 '18 23:01 cloud-on-prem