button-chen / tinyjson

Tiny and simple json parser ( header only )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么直接读取列表类型的json,如[1,2,3,4,"a","b"]

meeidol-luo opened this issue · comments

应该还不能直接读起, 可以变通下,在前后加上{
data:[1,2,“foo”]
}