The format of the file is similar to C. you must specify one or more providers, and within each provider, specify each probe that you want to support in your code.
这个文件的格式与c语言相似。必须指定一个或多个提供者,在每个提供者中指定希望在代码中支持的探测。
2
In your client, you will be managing this data format using c.
在您的客户端,您将使用c管理该数据格式。
3
As discussed in Part 1, the conversion from JSON format to Object-C data is performed by a JSON open source parser.