mirror of
https://github.com/antonmedv/fx
synced 2024-11-03 15:40:12 +00:00
7 lines
91 B
Go
7 lines
91 B
Go
package json
|
|
|
|
import "encoding/json"
|
|
|
|
type Number = json.Number
|
|
type Array = []interface{}
|