Skip to content

Commit edebbe0

Browse files
committed
add link to docs in json-e post
1 parent e5687d0 commit edebbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023/2023-11-27-json-e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pin: false
1010
1111
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.
1212

13-
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.
13+
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.
1414

1515
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.
1616

0 commit comments

Comments
 (0)