goext/sq/json.go
Mike Schwörer 2a0471fb3d
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m27s
v0.0.355 sq.Json
2024-01-05 10:25:05 +01:00

6 lines
60 B
Go

package sq
type JsonObj map[string]any
type JsonArr []any