Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 169 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 169 Bytes

skylark-example

$ go run main.go
obj
	 {"hoge":"huga","foo":{"bar":"baz"},"arr":[1,2,"fizz"]}
hoge
	 "huga"
foo
	 {"bar":"baz"}
array
	 [1,2,"fizz"]