celetor / jsonpath_parse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonpath_parse

A implement of json path by dart, its functions is similar to JsonPath

dependencies

dependencies:
  jsonpath_parse:
    git: https://github.com/Celeter/jsonpath_parse.git

usage

import 'package:jsonpath_parse/jsonpath_parse.dart';

JPath jPath = JPath.compile("$..book[1:].price");
print(jPath.search(testMap));

About


Languages

Language:Dart 100.0%