Add json path evaluator

This commit is contained in:
Tyler Mairose
2024-11-12 10:29:30 -05:00
parent 103e3b63f8
commit 74bb71b1ab
7 changed files with 409 additions and 0 deletions

View File

@@ -25,6 +25,14 @@ module.exports = {
{label: 'NERM', to: '/docs/api/nerm/v1'},
],
},
{
type: 'dropdown',
label: 'Tools',
position: 'left',
items: [
{label: 'Json Path Evaluator', to: '/util/json-path-evaluator'},
],
},
{
type: 'dropdown',
label: 'Community',