Use or display the formatted data
使用或显示格式化了的数据
In addition, JSON-formatted data tends to be more compact and efficient to transfer.
此外,json格式的数据趋向于更为紧凑而高效的转换。
The code snippet in Listing 3 shows that no extra work is required to process JSON-formatted data.
清单3中的代码说明处理json格式的数据不需要任何额外的操作。
As with XML, JSON-formatted data is self-describing, so both humans and machines can read it easily.
和XML一样,json格式的数据也是自我描述的,便于人和机器阅读。
This can mean that the calculation is perceived as being incorrect, based on the formatted data shown.
这意味着根据数据呈现的格式,计算可能被认为是不正确的。
To improve efficiency, some applications keep raw data instead of putting the formatted data in the buffer.
为了提高效率,一些应用程序可以将原始数据(而不是经过格式化的数据)保存到该缓冲区。
With other data formats, it's your job to handle the conversion between the raw data and the formatted data.
对于其他数据格式,需要在原始数据和格式化数据之间进行转换。
Some tools even provide you with graphically formatted data that can be handed off to non-technical staff.
有些工具甚至可以为您提供图形格式的数据,可以将这些数据交给非技术方面的工作人员。
Simply switch the filename extension, and, if the particular method supports it, you get a newly formatted data stream.
切换文件扩展名就行,而且,如果有特定的方法支持它,那么就获得了新格式化的数据流。
Once that PHP array is fully constructed, then the Services_JSON encoder can easily convert it to JSON-formatted data.
一旦php数组构造完成,Services_JSON编码器就很容易将其转化成json格式的数据了。
Obviously, taking XML-formatted data and dumping it into a database just to make searching easier is the wrong approach.
显然,将xml格式的数据塞到数据库中以方便搜索的做法是行不通的。
To put it another way, there is no predefined set of constraints that you need to follow when working with JSON-formatted data.
在处理json格式的数据时,没有需要遵守的预定义的约束。
SimpleXML delivers the filtered and formatted data straight to the browser in XHTML, thereby reducing the burden on the general reader.
simplexml以xhtml格式直接向浏览器交付过滤的和格式化的数据,从而减轻了一般读者的负担。
Each GET invocation returns a JSON-formatted data representation of the status of the transaction being queried, as shown in Listing 5.
每个GET调用返回一个json格式的字符串,这是查询的交易的状态数据,见清单5。
This approach accepts XML string data as input and converts that into JSON-formatted data output. This PHP-based solution provides several benefits.
该方法以xml字符串数据为输入并将其转换成json格式的数据输出。
The response is returned as XML-formatted data containing information about the user, including the user's location as configured in the user's profile.
响应将返回xml格式的数据,其中包含用户信息,包括在用户的配置文件中配置的用户位置。
The XMLTransformation node depends on the message that arrives at the node containing XML formatted data, since XSLT will only operate on data defined as XML.
XMLTransformation节点依赖于到达包含XML格式数据的节点的消息,因为XSLT将只操作定义为 XML 格式的数据。
For each supported action, devise all the wrong ways to fill it in, such as blank, very large strings, ill-formatted data, or accented or unusual characters.
对于每个受支持的操作,设计所有错误的填充方法,例如空格、很长的字符串、格式错误的数据、重音字符或不常见的字符。
It further stresses the rationale behind leveraging existing XML-encoded enterprise data as JSON-formatted data so that browser-side programs can consume it easily.
进一步强调了之后利用现有的XML编码企业数据作为json格式数据,便于浏览器端程序使用的基本原理。
As it is, though, the code doesn't do anything to make sure that clumsy users or programmer bugs don't cause incorrectly formatted data to be put into the number field.
尽管如此,代码不能确保笨拙的用户或程序员漏洞不会导致未正确格式化的数据放入number字段中。
Finally, in addition to providing actions for generating and displaying formatted data, the FMT library also includes custom tags for parsing numerical and time-oriented data.
最后,除了提供用于生成和显示格式化数据的操作之外,fmt库还包含了用于解析面向数字和时间数据的定制标记。
It must then deliver data formatted for that specific device, end-to-end, in a reliable and secure manner.
然后它必须以某种可靠且安全的方式,端到端,传送为特定设备格式化的数据。
Exposing a system's resources through a RESTful API is a flexible way to provide different kinds of applications with data formatted in a standard way.
通过基于REST的API公开系统资源是一种灵活的方法,可以为不同种类的应用程序提供以标准方式格式化的数据。
When this data is formatted into HTML, it becomes very difficult to recover the original structured data.
当这样的数据格式化成HTML,它就非常困难恢复成原始的结构化数据。
Computer programs wrote data to storage devices formatted according to their own internal definitions.
计算机程序根据其内部定义将数据写到了格式化存储设备上。
This application collects the data into a simply formatted string.
应用程序将数据收集到一个简单的格式化字符串中。
The data isn't changed; it isn't formatted or rearranged; it usually isn't even validated.
数据没有被改变,也没有被格式化或者重新排列,通常也没有被验证。
Listing 4 shows how the data is formatted to be consumed by WEKA.
清单4显示了如何格式化数据以便为WEka所用。
With JSON, you call a simple function and get your data, formatted and ready for use.
如果使用JSON,只需调用一个简单的函数,就可以获得经过格式化的数据,可以直接使用了。
数据是如何格式化的?
应用推荐