Skip to content

Commit e5687d0

Browse files
committed
update intro on json-e
1 parent 34584f2 commit e5687d0

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
@@ -8,7 +8,7 @@ pin: false
88

99
> _JSON-e is a data-structure parameterization system for embedding context in JSON objects._
1010
11-
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 performs data transformations using expressions, giving you a lot of what JSONata can do.
11+
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

1313
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.
1414

0 commit comments

Comments
 (0)