Skip to content

zihuxinyu/simplejson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplejson.go

simplejson.go is the simplest way to use JSON in go.

Build Status

Overview

With .Load(s) .Dump(s) .Exists .Get .Set, that is all.

Installation

go get github.com/likexian/simplejson

Importing

import (
    "github.com/likexian/simplejson"
)

Example

Example is in simplejson_test.go, you know it.

Documentation

So simple a package we don't need any documentation.

Thanks

Alex Warhawk

John-Alan Simmons

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License.

About

simplejson.go was written by Li Kexian, a php programmer who don't know anything about golang.

Follow me on Twitter.

About

simplejson.go is the simplest way to use JSON in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published