我已经编译了Y中的YAJL库提供的代码。不知道为什么编译后的程序没有解析我的文件或者我的文件格式是错误的?
我是解析JSON文件的新手。
这是位于https://lloyd.github.io/yajl/的C代码示例 不知道我需要粘贴整个代码还是链接没问题?
MYFILE。
cat input_file.json
helllooooooooooo
当我运行程序./a.out json_reformat input_file.json
时,它什么也没做。 ./a.out -m json_reformat input_file.json
这也没有用。
我尝试使用-u和-m选项没有任何效果。
它打印出STDOUT中的用法。
usage: json_reformat [options]
-m minimize json rather than beautify (default)
-u allow invalid UTF8 inside strings during parsing