home.social

#jsoneverything — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jsoneverything, aggregated by home.social.

fetched live
  1. I'm excited to be starting a new role on Monday!!!

    It's going to impact how #jsoneverything is maintained. Read about it here: blog.json-everything.net/posts

    #dotnet

  2. I'm excited to be starting a new role on Monday!!!

    It's going to impact how #jsoneverything is maintained. Read about it here: blog.json-everything.net/posts

    #dotnet

  3. The latest addition to learn.json-everything.net has landed to teach you how #jsonpath RFC from @ietf works! Go check it out!

    #jsoneverything #dotnet

  4. The latest addition to learn.json-everything.net has landed to teach you how #jsonpath RFC from @ietf works! Go check it out!

    #jsoneverything #dotnet

  5. Introducing learn.json-everything.net/!

    Learn the json-everything .Net libraries interactively through a series of coding challenges.

    The site is still under construction, but we're open for questions, suggestions, and contributions.

    #jsoneverything #jsonschema #dotnet

  6. Introducing learn.json-everything.net/!

    Learn the json-everything .Net libraries interactively through a series of coding challenges.

    The site is still under construction, but we're open for questions, suggestions, and contributions.

    #jsoneverything #jsonschema #dotnet

  7. Hello all you json-everything fans! Just wanted to let you know that I've set up some sponsorship tiers on GitHub. No pressure, but, you know, gotta advertise.

    github.com/sponsors/gregsdenni

    #dotnet #jsoneverything #jsonschema #jsonpath

  8. Hello all you json-everything fans! Just wanted to let you know that I've set up some sponsorship tiers on GitHub. No pressure, but, you know, gotta advertise.

    github.com/sponsors/gregsdenni

    #dotnet #jsoneverything #jsonschema #jsonpath

  9. JsonPath.Net v0.4.0 released!

    - Meets the proposed spec (updated yesterday)
    - Better type checking during parsing (primarily centered around functions)
    - Fixes around TryParse() to ensure it doesn't throw exceptions
    - More fixes based on updates to the Test Suite

    #jsonpath #jsoneverything

  10. @dashjoin I've been looking at supporting JSONata in , but I haven't since that requires building a JSON-ish parser. All of my other libraries so far rely directly on the System.Text.Json parser, and I can't customize that to support JSONata.

  11. @dashjoin I've been looking at supporting JSONata in #jsoneverything, but I haven't since that requires building a JSON-ish parser. All of my other libraries so far rely directly on the System.Text.Json parser, and I can't customize that to support JSONata.

  12. Released JsonLogicv3.3.0 (.Net) today.

    All rule classes can now be inherited, enabling custom behavior based on existing operators without having to reinvent the wheel.

    nuget.org/packages/JsonLogic/

  13. Released JsonLogicv3.3.0 (.Net) today.

    All rule classes can now be inherited, enabling custom behavior based on existing operators without having to reinvent the wheel.

    nuget.org/packages/JsonLogic/

    #jsoneverything #jsonlogic #json

  14. I think I might have a go at a rethink of my approach for schema generation from C# types.