6 lines
60 B
Go
6 lines
60 B
Go
|
package sq
|
||
|
|
||
|
type JsonObj map[string]any
|
||
|
|
||
|
type JsonArr []any
|