mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-17 03:50:51 +02:00
6 lines
101 B
Go
6 lines
101 B
Go
package json
|
|
|
|
func QueryJson(jsonLine string, query string) (jsonOutput string) {
|
|
return jsonLine
|
|
}
|