mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
Update garray_z_example_sorted_str_test.go
This commit is contained in:
@ -509,7 +509,7 @@ func ExampleSortedStrArray_MarshalJSON() {
|
||||
fmt.Println(string(b))
|
||||
|
||||
// Output:
|
||||
// {"ID":1,"Name":"john","Level":["a","b","c"]}
|
||||
// {"ID":1,"Name":"john","Levels":["a","b","c"]}
|
||||
}
|
||||
|
||||
func ExampleSortedStrArray_UnmarshalJSON() {
|
||||
|
||||
Reference in New Issue
Block a user