Dropped javascript keyword in favour of query

This commit is contained in:
Measly Twerp
2019-07-13 16:35:49 +09:30
committed by GitHub
parent 5c29b54e3a
commit b644c5b0a6

View File

@@ -6,7 +6,7 @@ authors = ["Changseok Han <freestrings@gmail.com>"]
description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath"
readme = "README.md"
keywords = ["jsonpath", "json", "webassembly", "nodejs", "javascript", "query"]
keywords = ["jsonpath", "json", "webassembly", "nodejs", "query"]
repository = "https://github.com/freestrings/jsonpath"
documentation = "https://docs.rs/jsonpath_lib/0.1.0/jsonpath_lib"