mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-19 21:56:54 +00:00
6 lines
101 B
Go
6 lines
101 B
Go
package json
|
|
|
|
func QueryJson(jsonLine string, query string) (jsonOutput string) {
|
|
return jsonLine
|
|
}
|