Skip to content

Commit

Permalink
add link to docs in json-e post
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Nov 29, 2023
1 parent e5687d0 commit edebbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023/2023-11-27-json-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pin: false
At least that's how they describe it. My take would be that it's something of an amalgamation between [JSONLogic](https://jsonlogic.com/) and [Jsonnet](https://jsonnet.org/). It supports expressions, through which it can do a lot of the logic things that JSON Logic gives you, and it can perform templating and data transformations, giving you a lot of what Jsonnet can do.

Their [docs](https://json-e.js.org/) are really great, and I recommend reading through those. It's not long, but it still does a good job of covering what JSON-e can do. I'll also be writing some docs for how you can use JSON-e in .Net.
Their [docs](https://json-e.js.org/) are really great, and I recommend reading through those. It's not long, but it still does a good job of covering what JSON-e can do. I've also written some [docs](https://docs.json-everything.net/json-e/basics/) for how you can use JSON-e in .Net.

This post is going to highlight some of the interesting aspects of the expression syntax that I discovered while implementing it. It's going to take a bit of setup, which is why this post is a bit longer than some of my others. So grab a drink and get comfy because it's gonna get fun.

Expand Down

0 comments on commit edebbe0

Please sign in to comment.