module
Version:
v0.0.0-...-5cff760
Opens a new window with list of versions in this module.
Published: Apr 5, 2016
License: Apache-2.0
Opens a new window with license information.
README
¶
###Intro
Based on src encoding/json
###Feature
- Nothing Change
- Support string decoding to number.
Example
json := `{"number":"123","number2":123}`
parsed := make(map[string]int,0)
err := json.Unmarshal([]byte(json),ret)
Directories
¶
Package json implements encoding and decoding of JSON objects as defined in RFC 4627.
|
Package json implements encoding and decoding of JSON objects as defined in RFC 4627. |
Click to show internal directories.
Click to hide internal directories.