Skip to content

Commit

Permalink
增加 API.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gitHusband committed Nov 13, 2021
1 parent 9c78eb2 commit 48df50a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jsonkeys/jsonkeysAPI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ParseFromData": {
"header": "从JSON数据解析key",
"desc": "func ParseFromData(data []byte) (JsonKeysMap, error)"
},
"ParseFromFile": {
"header": "从JSON文件解析key",
"desc": "func ParseFromFile(file string) (JsonKeysMap, error)"
},
"Get": {
"header": "获取 key 排序切片",
"desc": "func (jkm JsonKeysMap) Get(keyPath string) (StringSlice, error)"
}
}

0 comments on commit 48df50a

Please sign in to comment.