jsonpath:Golang的json对象的简单而灵活的访问接口

时间:2024-06-06 02:56:04
【文件属性】:

文件名称:jsonpath:Golang的json对象的简单而灵活的访问接口

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-06 02:56:04

Go

前往的jsonpath Golang的json对象的简单而灵活的访问接口。 安装 go get github.com/yasuyuky/jsonpath 用法 基本用法(解码并获取) import ( "github.com/yasuyuky/jsonpath" ) // first you should decode string data , err := jsonpath . DecodeString ( json_string ) // or io.Reader data , err := jsonpath . DecodeReader ( json_reader ) // then you can get element using jsonpath.Get // 1st arg is decoded data // 2nd arg is path([]interfac


【文件预览】:
jsonpath-master
----jsonpath.go(5KB)
----.travis.yml(115B)
----LICENSE(1KB)
----jsonpath_test.go(4KB)
----README.md(2KB)
----.gitignore(599B)

网友评论