goext/sq/json.go

6 lines
60 B
Go
Raw Normal View History

2024-01-05 10:25:05 +01:00
package sq
type JsonObj map[string]any
type JsonArr []any