James Saryerwinnie
James Saryerwinnie
There's not a good way to do this now throuhg a public interface but I'm not opposed to adding something to make this easier. Having less restrictive type checking has...
So I'm not opposed to this feature, but offhand I don't have any thoughts on a better public API for this. If anyone has suggestions, I'm open to it. I...
I almost forgot, you can use Ctrl+p to print the current expression to stdout when you exit. Looks like I have some docs to update. I did have a [branch](https://github.com/jmespath/jmespath.terminal/commit/7e9682ec7046807db7eccbab23ad1c22c79f35cf)...
Looks good to me, we just need to get tests added and then I'll merge this. I'm happy to write these if no one has time.
Hi, anything that's after the `*` is part of the projection that's created from `*`. Conceptually, it's parsed as `a.*.(c)` and `a.*.(c.d)`. So breaking that down, we have: ``` >>>...
Reopening, let me take another look at this.
Hey everyone, I wanted to chime in here with my thoughts. First, thanks to @springcomp for the interest in the project, and in wanting to move the project forward with...
> If you think this work is a reasonable start, I would be happy to contribute this back in this repository. I posit that you going through this tedious work...
I put together a draft of what a more formalized jep process could look like: https://github.com/jmespath/jmespath.jep/pull/14 . It still needs some details worked out, but I'd like to get a...
Just a quick update, I've merged all of the linked pull requests except for #100 / #101 which will take some time to go through. I'd like to switch over...