mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
6 lines
101 B
Go
6 lines
101 B
Go
package json
|
|
|
|
func QueryJson(jsonLine string, query string) (jsonOutput string) {
|
|
return jsonLine
|
|
}
|