JmesPath.Net icon indicating copy to clipboard operation
JmesPath.Net copied to clipboard

A fully compliant implementation of JMESPATH for .NetCore

Results 10 JmesPath.Net issues
Sort by recently updated
recently updated
newest added

# group_by function ||| |---|--- | **JEP** | 18 | **Author** | Maxime Labelle | **Created**| 05-August-2022 | **SemVer** | MINOR | **Status**| Draft ## Abstract This JEP introduces a...

This PR implements the [proposal](https://github.com/jmespath-unofficial/jmespath.jep/pull/2) to bring ES6-style compact `multi-select-hash` syntax` to JMESpath.

Area of concern is the instantiation of the `JmesPathFunctionFactory`.

### Is your feature request related to a problem? Please describe. I want to minimise dependencies in my project by utilising framework dependencies wherever possible ### Describe the solution you'd...

### Summary I wish for the nuget packages to have the licence expression property set correctly and the repository url ### Details The licence expression property should be set to...

Given the following JSON: Sample JSON array ```json { "matches": [ { "comp_level": 5, "winning_alliance": 0, "key": "2024alhu_f1m1", "set_number": 1, "match_number": 1, "alliances": { "red": { "score": 120, "team_keys": [...

Hello, I’m an independent developer currently implementing a blockchain library. One of my goals is to create a CLI tool that can inspect the blockchain’s on-chain database content. For example,...

I am curious if your lib comes with support for RegEx Match?

First off, great library and thank you for extending JmesPath.Net with community features, they are highly relevant to my use case. Is there any interest in switching the implementation from...

The latest Nuget version at https://www.nuget.org/packages/JmesPath.Net#versions-body-tab is from 2023. Could you please release a new Nuget version with the more recent fixes, including .Net standard 2.1 support? Thanks!