|
:This article have only dead-link references, perhaps you are searching for JSON#JSON_Schema JSON-WSP (JavaScript Object Notation Web-Service Protocol) is a web-service protocol that uses JSON〔(The JSON ECMA specification )〕 for service description, requests and responses. It is very much inspired from JSON-RPC, but the lack of a service description specification with documentation in JSON-RPC sparked the design of JSON-WSP. The description format has the same purpose for JSON-WSP as WSDL has for SOAP or IDL for CORBA, which is to describe the types and methods used in a given service. It also describes inter-type relations (i.e. nested types) and defines which types are expected as method arguments and which types the user can expect to receive as method return values. Finally the description opens the possibility to add documentation on service, method, parameter and return levels. Communication between clients and a JSON-WSP server is carried out using HTTP POST〔(HTTP/1.1 HTTP/1.1 Semantics and Content )〕 requests and responses, with the JSON objects as data with the content-type application/json.〔(The application/json Media Type for JavaScript Object Notation (JSON) )〕 == Specifications == JSON-WSP consists of four JSON object specifications: NOTE: JSON-WSP specification 1.0 is still not final. Please refer to the real world example in this article to get an idea of how the specification is going to be structured. The current state of the actual specification is kept at launchpad.net:.〔(JSON-WSP description specification ) 〕 An RFC proposal is currently being created and hopefully accepted within a couple of months. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「JSON-WSP」の詳細全文を読む スポンサード リンク
|