Skip to content

qhzhyt/dart-json-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dart-json-path

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

usage

import './json_path.dart';

JPath jPath = JPath.compile("$..book[*].title");
print(jPath.search(testMap));

About

the implement of json path by dart

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages