mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-12-04 11:09:03 +08:00
6 lines
101 B
Go
6 lines
101 B
Go
|
package json
|
||
|
|
||
|
func QueryJson(jsonLine string, query string) (jsonOutput string) {
|
||
|
return jsonLine
|
||
|
}
|