package
0.0.0-20240520070755-0a51978d1a23
Repository: https://github.com/wsva/common_lib.git
Documentation: pkg.go.dev
# Functions
format each object in json-array to single line
then easy for line processing
BUG: what if element in list hat \n?
*/.
No description provided by the author
No description provided by the author
split json bytes
[{"name": "a"}, {"name": "b"}]
split to list type
*/.
use SplitString instead
*/.
No description provided by the author
No description provided by the author