fixed a wrong output

This commit is contained in:
cat2neat 2016-11-21 13:14:46 +00:00
parent ed74e8aec8
commit 774e43df47
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ value, _ := sjson.Set(`{"name":{"last":"Anderson"}}`, "name.last", "Smith")
println(value) println(value)
// Output: // Output:
// {"name":{"first":"Sara","last":"Smith"}} // {"name":{"last":"Smith"}}
``` ```
Set a new array value: Set a new array value: