grender / jsonpath

A JSONPath interpretor in Scala for Circe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONPath

Build Status

This is an implementation of JSONPath in Scala. The library follows the semantics described by Stefan Goessner on his blog. Although, due to the lack of standardization, it is worth reading the following documentation.

WARNING

This library is intended for Gatling's internal usage. We don't provide API or ABI compatibility.

Licence

This library is licensed under the Apache License, Version 2.0.

About

A JSONPath interpretor in Scala for Circe

License:Other


Languages

Language:Scala 99.8%Language:Shell 0.2%