Skip to content

sulpuresshadow/json-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-scala

json for scala

How to use:

val jsonStr = "{\"name\":\"sulpures\"}"
val json = JsonObject.praser(jsonStr)
println(json.getString("name"))

val json2 = new JsonObject()
json2.put("name", "sulpures")
println(json2.toString)

About

json for scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages