encoding

module
v0.0.0-...-5cff760 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2016 License: Apache-2.0

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

Path Synopsis
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL