README.md - npm downloads badge 추가

This commit is contained in:
freestrings
2019-03-27 09:37:50 +09:00
parent 3e3d9e8770
commit 1b71acee4b
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# jsonpath-rs
[![Build Status](https://travis-ci.org/freestrings/jsonpath.svg?branch=master)](https://travis-ci.org/freestrings/jsonpath)
![npm](https://img.shields.io/npm/dt/jsonpath-rs.svg?label=%60jsonpath-rs%60%20npm%20downloads)
It is [JsonPath](https://goessner.net/articles/JsonPath/) implementation. The core implementation is written in Rust-lang.