国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

json

json

 英

  • 網(wǎng)絡Java Script Object Notation; 數(shù)據(jù)格式; 字符串

例句

The bottom line is that JSON isn't some sort of magic bullet; it is, however, a great option for some very specific situations.

JSON并不是但是對于某些非常特殊情況選擇

But to be truly multi-lingual we're going to want to be able to understand (parse) JSON, not just speak it.

若要實現(xiàn)真正多種標準并存我們理解解析JSON不是簡單介紹

With a data format as rich and capable of Atom, serializing to a format as simple and basic as JSON can be problematic at best.

Atom這樣豐富強大數(shù)據(jù)格式序列化為JSON簡單基本格式一定面臨許多問題

On the other side of the JSON controller, the application can be hooked up to MySQL, PostgreSQL, an XML file repository, or nothing at all.

JSON控制器一面應用程序可以hookMySQLPostgreSQL一個XML文件存儲庫或者什么

A better choice is to put the configuration values into a single JSON object and store the serialized string of this JSON object.

一個更好選擇配置放入單個JSON對象存儲JSON對象序列化字符串

Now that I've got a servlet to pump out a list of Retweets in JSON format, I'm ready to connect that data to my dashboard web page.

現(xiàn)在已經(jīng)獲得servlet以便JSON格式導出一系列Retweet準備數(shù)據(jù)連接儀表盤網(wǎng)頁

To create the datastore you only have to create a model for it: a JSON file that defines the fields and options for those fields.

創(chuàng)建數(shù)據(jù)存儲區(qū)只需創(chuàng)建一個模型定義字段以及那些字段選項JSON文件

In a couple of articles, I'll spend a good amount of time on JSON, and then you'll be ready to choose between the two on your next app.

占用幾期文章篇幅大量時間探討JSON之后可以隨意選擇下一個應用程序使用那種技術

But JSON allows for a few extra constructs (particularly comments) that mean this will miss input from some less-than-careful JSON creators.

不過JSON允許一些額外結構特別是注釋),它們可能一些不那么小心JSON編寫輸入

Since the grammar of JSON is fairly simple, you can implement such a parser easily without any noticeable performance difference.

由于JSON語法相當簡單可以輕易地實現(xiàn)這種解析器不會帶來顯著性能差異

If you scroll to the bottom of the page, you'll see that the information can be exported as CSV or JSON.

如果滾動網(wǎng)頁底部將會看到信息可以作為CSV或者JSON輸出

Simply send in an array of data (or even a simple string) to json_encode, and a JSON object will emerge (as shown in Listing 1).

只要數(shù)據(jù)或者甚至一個簡單字符串發(fā)送json_encode,一個JSON對象出現(xiàn)清單1)。

The server side has to be able to understand a JSON-formatted string and produce a server-side object in order to proceed and save the data.

服務器必須能夠理解JSON形式字符串生成一個服務器對象處理保存數(shù)據(jù)

To do that, you will write a simple Groovy method that copies the field values in a JSON object into a chart URL.

為此編寫一個簡單Groovy方法方法JSON對象字段復制一個圖表URL

I'll use the handle departureAirportText to write out the result of the JSON call in just a moment.

稍后使用departureAirportText寫出JSON調(diào)用結果

A JSON object like the one shown in Listing 1 can be inspected during development time using tools like FireBug or simple JavaScript alerts.

開發(fā)期間可以使用FireBug簡單JavaScript警告工具檢查清單1JSON對象

Within the JSON serialization, the language context can be captured by converting the xml: lang attribute into a field.

JSON序列化過程可以xml:lang屬性轉(zhuǎn)換一個字段從而捕獲語言下文

Instead of it returning JSON, as in the case of our data resource, we will have the resource return a reference to a view.

我們數(shù)據(jù)資源情形不同不會返回JSON而是返回一個對視引用

JSON4J can be used to convert an XML reply from a Web service into a JSON structure for easy use in an Ajax application.

可以使用JSON4JXML應答Web服務轉(zhuǎn)換JSON結構方便Ajax應用程序使用

In these HTTP responses, only the body of the returned response is shown, in JSON format.

這些HTTP響應只有返回響應主體顯示出來使用JSON格式

You're also specifying JSON as the return type, which will make it easy to parse the data from JavaScript.

此外返回類型指定JSON使解析來自JavaScript數(shù)據(jù)變得十分簡單

You used REST and JSON on the front end, meaning you can use a different UI kit, or you can easily hook up a mobile client.

前臺使用RESTJSON意味可以使用不同UI套件或者可以輕松連接移動客戶端

Finally, whatever the results are, use the JSON converter from Grails to turn the list into a JSON object.

最后不管結果如何來自GrailsJSON轉(zhuǎn)換器列表轉(zhuǎn)換一個JSON對象

The updateCart function is called upon the return, and the JSON values are supplied in an associative array variable called results.

updateCart函數(shù)返回之前調(diào)用JSON一個稱為results聯(lián)合數(shù)組變量提供

The return data could also be in the form of JSON objects (JSON is basically a protocol for defining objects in JavaScript code).

返回數(shù)據(jù)可以JSON對象格式JSON用來定義JavaScript對象一種協(xié)議)。

A JSON structure containing the name of the new fix and location of a PAK file is passed to the create method.

一個包含補丁PAK文件位置JSON結構傳遞create方法

Providing such static screens was the primary objective of Ajax technology and you can accomplish this with JSON as well.

提供靜態(tài)屏幕曾經(jīng)Ajax技術主要目標現(xiàn)在JSON完成目標

JSON Content Request: Remove active content from all String values in an inbound JSON object sent to any URIs.

JSON內(nèi)容請求發(fā)送URI入站JSON對象所有String刪除活動內(nèi)容

You could have used XML for the data transfer, but JSON is slightly more efficient and easier to work with on the client.

雖然原本可以使用XML進行數(shù)據(jù)傳遞客戶機JSON容易處理有效

The policy document is JSON-formatted, but the JSON is simple enough that we don't have to resort to any fancy libraries.

這個策略文檔基于JSON格式但是這個JSON非常簡單所以我們需要使用任何程序

children is a JSON array that contains the names of the child directories that are part of the current parent.

children一個JSON陣列當前目錄目錄

These data files are again JSON files, like the Resource Model definition files, and they contain objects to be loaded into the model.

資源模型定義文件一樣這些數(shù)據(jù)文件同樣JSON文件包含加載模型對象

The invocation is by means of a JSON-RPC (JavaScript Object Notation-Remote Procedure Call).

調(diào)用通過JSON-RPC(JavaScript對象注釋-遠程程序調(diào)用完成

While I'm at it, the JSON response will contain the URL to the user's image, name, and short biography.

之后JSON響應包含到達用戶圖像名稱個人簡介URL

Note: If you want more detail on the org. json or other JSON toolkits, e-mail me and let me know.

注意如果想要獲得有關org.json其他JSON工具箱詳細信息可以發(fā)電子郵件

The JSON object includes both the "id" field and the "name" field for the record encoded as a JavaScript hash table.

對于作為一個JavaScript哈希表編碼記錄JSON對象包含id字段name字段

Having a JSON formatted output improves the ease with which JavaScript components can use the feed output.

擁有JSON格式輸出可以改進JavaScript組件使用提要輸出簡易

The final sanity check is to see if the JSON document was persisted to MongoDB, which you'll recall is running over at MongoHQ.

最后健康狀況檢查查看JSON文檔是否持久化MongoDB記得MongoDB運行MongoHQ

If XML had been designed for software development, it would have supported lists and maps and data types as JSON eventually did.

如果XML最初設計目的就是軟件開發(fā)那么應該JSON那樣支持列表映射數(shù)據(jù)類型

The uncompressed version is to send every part as an individual key in a JSON, this works but is inefficient and very hard on our system.

壓縮版本JSON作為一個單獨關鍵部分工作效率低我們系統(tǒng)辛苦

熱門查詢