You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-11-29 22:47:28 +02:00
test more package description
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
// gives a description of how Marshall/Unmarshall operate
|
// gives a description of how Marshall/Unmarshall operate
|
||||||
// between arbitrary or predefined json objects and bytes,
|
// between arbitrary or predefined json objects and bytes,
|
||||||
// and it applies to jsoniter.Marshall/Unmarshall.
|
// and it applies to jsoniter.Marshall/Unmarshall.
|
||||||
|
|
||||||
package jsoniter
|
package jsoniter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
// and yielding parsed elements one by one.
|
// and yielding parsed elements one by one.
|
||||||
// This set of interfaces reads input as required and gives
|
// This set of interfaces reads input as required and gives
|
||||||
// better performance.
|
// better performance.
|
||||||
|
|
||||||
package jsoniter
|
package jsoniter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user