Home & blog

Tag: json

Querying and transforming JSON with J-Path

2 Jun 2020 json

It's common to want to transform flat JSON into a nested structure. With XML, we can do this easily with XPath. But what about JSON? In this article I'll be demonstrating this using my own J-Path and JavaScript sets.