forked from Archives/fx
7 lines
91 B
Go
7 lines
91 B
Go
|
package json
|
||
|
|
||
|
import "encoding/json"
|
||
|
|
||
|
type Number = json.Number
|
||
|
type Array = []interface{}
|