Coder Social home page Coder Social logo

danielaparker / jsoncons.net Goto Github PK

View Code? Open in Web Editor NEW
51.0 3.0 7.0 2.82 MB

The JsonCons.Net libraries complement the System.Text.Json namespace with support for JSON Pointer, JSON Patch, JSON Merge Patch, JSONPath, and JMESPath.

License: Apache License 2.0

C# 100.00%
json jsonpath csharp dotnet-core dotnet jsonpointer jsonpatch dotnetstandard json-merge-patch json-patch

jsoncons.net's People

Contributors

danielaparker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jsoncons.net's Issues

Validation / Schema

Are there any plans to add JSON validation to the .NET libraries (e.g. a version of your JsonSchema C++ library)?

Error in readme

The specification of JSONPath filter expressions is greatly influenced by James Saryerwinnie's JMESPath

I think the influence is the other way. JSON Path came first. JMESPath expands on it.

[Index expression] does not apply to array returned by [?filter expression]

Hello,

$.books[[email protected]>22] will return an book array:

[
  {
    "category": "fiction",
    "title": "A Wild Sheep Chase",
    "author": "Haruki Murakami",
    "price": 22.72
  },
  {
    "category": "fiction",
    "title": "The Night Watch",
    "author": "Sergei Lukyanenko",
    "price": 23.58
  },
  {
    "category": "memoir",
    "title": "The Night Watch",
    "author": "David Atlee Phillips",
    "price": 260.90
  }
]

$.books[[email protected]>22][0] will retrun an empty array []
Many people think $.books[[email protected]>22][0] should return a book:

{
    "category": "fiction",
    "title": "A Wild Sheep Chase",
    "author": "Haruki Murakami",
    "price": 22.72
}

It looks like this problem affects all similar libraries - example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.