CN104994122B - A kind of newsletter method based on JSON data protocol - Google Patents

A kind of newsletter method based on JSON data protocol Download PDF

Info

Publication number
CN104994122B
CN104994122B CN201510238799.2A CN201510238799A CN104994122B CN 104994122 B CN104994122 B CN 104994122B CN 201510238799 A CN201510238799 A CN 201510238799A CN 104994122 B CN104994122 B CN 104994122B
Authority
CN
China
Prior art keywords
data
request
packet
format
response
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510238799.2A
Other languages
Chinese (zh)
Other versions
CN104994122A (en
Inventor
吴刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Micsun Information Technology Co Ltd
Original Assignee
Shenzhen Micsun Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Micsun Information Technology Co Ltd filed Critical Shenzhen Micsun Information Technology Co Ltd
Priority to CN201510238799.2A priority Critical patent/CN104994122B/en
Publication of CN104994122A publication Critical patent/CN104994122A/en
Application granted granted Critical
Publication of CN104994122B publication Critical patent/CN104994122B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • H04L67/5651Reducing the amount or size of exchanged application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a kind of newsletter method and systems based on JSON data protocol.This method comprises: client is packaged data request packet according to preset request of data communication format according to JSON data protocol, package request data packet is obtained;Server receives and parses through the package request data packet, obtains the result of data processing;Server carries out the encapsulation based on the JSON data protocol by the feedback information of the result of the data processing and the data processing, according to preset data response format, obtains encapsulation response data packet, the encapsulation response data packet is returned to client.The present invention is by giving a kind of request of data communication format and data response format based on JSON data protocol, so that operational communicate with each other may be implemented in the case where different operating environments is using the given data communication format, and only it is to be understood that Business Entity, can clearly know the content of the mode and standard and communication of communication.

Description

A kind of newsletter method based on JSON data protocol
Technical field
The present invention relates to technical field of network communication more particularly to a kind of newsletter methods based on JSON data protocol And system.
Background technique
The technology and EJB of traditional Web Service is that the transmission of business datum is carried out using the mode of object serialization, The information of expression business that can not be transparent.JSON (Javascript Object Notation) is that a kind of data of lightweight are handed over Change language, based on text, and be easy to that people is allowed to read, the encapsulation of the data of JSON format and definition, be adapted to client with The transparent request of the data of the business of server does not have to the logical code for understanding server-side in depth convenient for user it is known that clothes The information of the data of business device end response.
Currently, many operation systems use AJAX technology, but it is based on carrying out business on AJAX technology without independent The planning that the agreement of data manipulation is standardized causes the access mode of different operation systems chaotic, does not rewrite association independently View, can not accomplish interconnection.
Summary of the invention
It is an object of the invention to propose a kind of newsletter method and system based on JSON data protocol, by given A kind of request of data communication format and data response format based on JSON data protocol, so that being used in different operating environments May be implemented in the case where the given data communication format it is operational communicate with each other, and only it is to be understood that Business Entity, just It can clearly know the content of the mode and standard and communication of communication.
To achieve this purpose, the present invention adopts the following technical scheme:
On the one hand, the embodiment of the present invention provides a kind of newsletter method based on JSON data protocol, comprising:
Client is packaged data request packet according to preset request of data communication format according to JSON data protocol, Package request data packet is obtained, the content of the data request packet includes operation code, decision parameters and business datum;
Server receives and parses through the package request data packet, restores the content of the package request data packet, according to The rule that the operation code and decision parameters carry out business calculates the processing with business datum, obtains the result of data processing;
Server responds the feedback information of the result of the data processing and the data processing according to preset data Format carries out the encapsulation based on the JSON data protocol, obtains encapsulation response data packet, the encapsulation response data packet is returned Back to client.
Wherein, before the server receives and parses through the encapsulated data packet further include: client passes through AJAX request The package request data packet is sent to server.
Wherein, the preset request of data communication format specifically:
Http:// URL? opt_type=do_something&JsonData={ param:{ }, data:[]};
Wherein, operation code opt_type defining operation type is repaired wherein the action type includes: addition do_insert Change
Do_update, inquiry do_search and deletion do_delete;
Decision parameters JsonData is a service protocol packet, shows to set traffic data type to JSON format;
Additional parameter param is used to that additional parameter information is arranged, and passes to server;
Business datum data, for defining the data format and content of the business datum;
Wherein, the data format and content of the business datum of the business datum data specifically:
Data:[{ productatID: ' ', productName: ' ', productPrice: ' ', productQuanitity:‘'}];
Wherein, productId is product number, and productName is name of product, and productPrice is product valence Lattice, productQuantity are product quantity.
Wherein, the preset data response format specifically:
{success:true/false,exception:‘',data:[{}]};
Wherein, whether parameter success expression request succeeds;
Parameter true expression is requested successfully, parameter false expression request failure;
Feedback information exception is that error message is fed back to requesting party when request is abnormal;
Parameter data characterizes the result of the data processing.
On the other hand, the embodiment of the present invention provides a kind of newsletter system based on JSON data protocol, comprising:
Request data package encapsulation unit, for client according to JSON data protocol to data request packet according to preset number It is packaged according to request communication format, obtains package request data packet, the content of the data request packet includes operation code, decision Parameter and business datum;
Data response unit receives and parses through the package request data packet for server, restores the package request The content of data packet calculates the processing with business datum according to the rule that the operation code and decision parameters carry out business, obtains The result of data processing;
Response data packet encapsulation unit, for server by the feedback of the result of the data processing and the data processing Information carries out the encapsulation based on the JSON data protocol according to preset data response format, obtains encapsulation response data packet, The encapsulation response data packet is returned into client;
Return unit, for the encapsulation response data packet to be returned to client.
Wherein, the system further include:
The package request data packet is sent to server by AJAX request for client by transmission unit.
Wherein, the system further include:
Request format definition unit: for defining the preset request of data communication format.
Wherein, the system further include:
Response format definition unit: for defining the preset data response format.
Technical solution provided by the invention has the beneficial effect that
Client is packaged data request packet according to preset request of data communication format according to JSON data protocol, Package request data packet is obtained, server receives and parses through the package request data packet, restores the package request data packet Content, obtain data processing as a result, and by the result of data processing and the feedback information of data processing according to preset number According to response format, the encapsulation based on JSON data protocol is carried out, encapsulation response data packet is obtained, by the encapsulation response data packet Return to client;When client and server carries out data interaction, it is all made of the data format pair that JSON data protocol defines The data packet of request and response is packaged, so that the case where different operating environments is using the given data communication format Under may be implemented it is operational communicate with each other, and only it is to be understood that Business Entity, can clearly know the mode and standard of communication And the content of communication.
Detailed description of the invention
Fig. 1 is the method flow diagram of one embodiment of newsletter method of the present invention.
Fig. 2 is the method flow diagram of second embodiment of newsletter method of the present invention.
Fig. 3 is the system construction drawing of one embodiment of newsletter system of the present invention.
Fig. 4 is the system construction drawing of second embodiment of newsletter system of the present invention.
Specific embodiment
To further illustrate the technical scheme of the present invention below with reference to the accompanying drawings and specific embodiments.
Embodiment one
Referring to Fig.1, Fig. 1 is the method flow diagram of one embodiment of newsletter method of the present invention.
In the first embodiment, which includes:
S101, client carry out data request packet according to preset request of data communication format according to JSON data protocol Encapsulation, obtains package request data packet, the content of the data request packet includes operation code, decision parameters and business datum;
JSON (Javascript Object Notation) is a kind of data interchange language of lightweight, using text as base Plinth, and be easy to that people is allowed to read, the data encapsulation and definition of JSON format are adapted to the number of client and server service communication According to transparent request, convenient for user do not have to understand in depth server-side logical code it is known that server end response data Information;
Client can be mobile phone, computer etc., and mobile phone and computer are using different operating system, the operation system of mobile phone System has IOS, Android etc., and the operating system of computer has Windows, Linux etc., and different operating system follows different communication associations View, send and receive the format of data be the technology of different, traditional Web Service with EJB be use object sequence The mode of change carries out the transmission of business datum, the information of expression business that can not be transparent;
User end to server sends request of data, according to JSON data protocol, communicates lattice according to the request of data of definition Formula is packaged data request packet, the request of data communication format are as follows:
Http:// URL? opt_type=do_something&JsonData={ param:{ }, data:[]};
Wherein, operation code opt_type defining operation type, the action type include: addition do_insert, modification (do_update), it inquires (do_search) and deletes (do_delete);
Decision parameters JsonData is a service protocol packet, shows to set traffic data type to JSON format;
Additional parameter param is used to that additional parameter information is arranged, and passes to server;
Business datum data, for defining the data format and content of the business datum;
Wherein, the data format and content of the business datum of the business datum data specifically:
Data:[{ productatID: ' ', productName: ' ', productPrice: ' ', productQuanitity:‘'}];
Wherein, productId is product number, and productName is name of product, and productPrice is product valence Lattice, productQuantity are product quantity.
For example, product information is if desired added, the product information are as follows:
Product number: 005;
Name of product: peanut;
Product price: 100;
Product weight: 50;
Then request to add the request of data communication format of the product information are as follows:
Http:// URL? opt_type=do_insert&JsonData={ param:{ },
Data:[{ productatID: ' 005 ', productName: ' peanut ', productPrice: ' 100 ', productQuanitity:‘50'}]};
S102, server receive and parse through the package request data packet, restore the content of the package request data packet, The processing with business datum is calculated according to the rule that the operation code and decision parameters carry out business, obtains the knot of data processing Fruit;
Server receives the data request packet of client transmission encapsulated according to preset request of data communication format, will Encapsulated data packet reduction, obtains the content of data request packet, which includes operation code, decision parameters and business datum, so The processing with business datum is calculated according to the rule that operation code and decision parameters carry out business afterwards;
For example, if desired adding the information of the said goods, server restores above-mentioned data request packet, and parses above-mentioned data The content of request, specific resolving are as follows:
Action type opt_type=do_insert is parsed, expression will add product information;
Product information after analytic structure, data:[{ productatID: ' 005 ', productName: ' peanut ', ProductPrice: ' 100 ', productQuanitity: ' 50 ' }] };Show product information are as follows:
Product number: 005;
Name of product: peanut;
Product price: 100;
Product weight: 50;
For server end by calling relevant service, the data back for including by product information switchs to product object, and root Addition is done to database according to action type.
S103, server is by the feedback information of the result of the data processing and the data processing, according to preset number The encapsulation based on the JSON data protocol is carried out according to response format, encapsulation response data packet is obtained, by the encapsulation number of responses Client is returned to according to packet.
Response data packet is packaged by server according to preset data response format, the data response format are as follows: {success:true/false,exception:‘',data:[{}]};
If carrying out the operation of above-mentioned addition product information, the data response format after the product information is successfully added are as follows:
{success:true,exception:‘',data:[{productId:005}]};
To sum up, the newsletter method of the embodiment of the present invention, client press data request packet according to JSON data protocol It is packaged according to preset request of data communication format, obtains package request data packet, server receives and parses through the encapsulation Request data package restores the content of the package request data packet, and obtain data processing as a result, and by the result of data processing Feedback information with data processing sealed based on the encapsulation of JSON data protocol according to preset data response format Response data packet is filled, the encapsulation response data packet is returned into client;According to the means of communication of given standard, industry is carried out The relevant operation for data of being engaged in, so that may be implemented in business under different operating environments using the given data communication format Communicate with each other, and only it is to be understood that Business Entity, can clearly know the mode and standard and the content of communication of communication.
Embodiment two
Referring to Fig. 2, Fig. 2 is the method flow diagram of second embodiment of newsletter method of the present invention.
On the basis of first embodiment, after step slol, further includes:
The package request data packet is sent to server by AJAX request by S104, client.
AJAX is the Web exploitation skill for the creation interaction network page application that one kind combines Java, Xml and JavaScript Art, it is converted using asynchronous data, and webpage is allowed to ask for a small amount of information rather than entire webpage, response speed to server Fastly, AJAX communication is unrelated with data format, and JSON language format is commonly used in AJAX mechanics of communication;
AJAX application rely on browser, different browsing environments can the browser-cross application to AJAX cause to hinder, do not have still There is the independent regulation being standardized based on the agreement for carrying out service data manipulating on AJAX technology.
To sum up, the newsletter method of the embodiment of the present invention, client pass through AJAX according to given request communication format It requests to send business operation request to server, after server receives and parses through the request, by the result of response according to given Data response format be packaged, return to client;According to the means of communication of given standard, the phase of business datum is carried out Close operation so that may be implemented in the case where different operating environments is using the given data communication format it is operational mutually It communicates, data fast response time, and only it is to be understood that Business Entity can clearly know the mode and standard and logical of communication The content of news.
Embodiment three
Referring to Fig. 3, Fig. 3 is the system construction drawing of one embodiment of newsletter system of the present invention.
In the third embodiment, which includes:
Request data package encapsulation unit 101, for client according to JSON data protocol to data request packet according to default Request of data communication format be packaged, obtain package request data packet, the content of the data request packet includes operation code, Decision parameters and business datum;
Client is packaged data request packet according to given request of data communication format.
Data response unit 102 receives and parses through the package request data packet for server, restores the encapsulation and ask The content for seeking data packet calculates the processing with business datum according to the rule that the operation code and decision parameters carry out business, obtains To the result of data processing;
Server responds the request, is calculated and is handled according to the content of request.
Response data packet encapsulation unit 103, for server by the result of the data processing and the data processing Feedback information carries out the encapsulation based on the JSON data protocol according to preset data response format, obtains encapsulation number of responses According to packet, the encapsulation response data packet is returned into client;
Server based on data response format is packaged the result of response.
Return unit 104, for the encapsulation response data packet to be returned to client.
Encapsulation response data packet is returned into client by AJAX technology.
To sum up, the newsletter system of the embodiment of the present invention, client press data request packet according to JSON data protocol It is packaged according to preset request of data communication format, obtains package request data packet, server receives and parses through the encapsulation Request data package restores the content of the package request data packet, and obtain data processing as a result, and by the result of data processing Feedback information with data processing sealed based on the encapsulation of JSON data protocol according to preset data response format Response data packet is filled, the encapsulation response data packet is returned into client;According to the means of communication of given standard, industry is carried out The relevant operation for data of being engaged in, so that different operating environments may be implemented using the given data communication format It is operational to communicate with each other, and only it is to be understood that Business Entity, it can clearly know the mode and standard and communication of communication Content.
Example IV
Referring to Fig. 4, Fig. 4 is the system construction drawing of second embodiment of newsletter system of the present invention.
On the basis of 3rd embodiment, the newsletter system further include:
The package request data packet is sent to server by AJAX request for client by transmission unit 105.
Request format definition unit 106: for defining the preset request of data communication format.
Response format definition unit 107: for defining the preset data response format.
To sum up, the newsletter method of the embodiment of the present invention, client pass through AJAX according to given request communication format It requests to send business operation request to server, after server receives and parses through the request, by the result of response according to given Data response format be packaged, return to client;According to the means of communication of given standard, the phase of business datum is carried out Close operation so that different operating environments may be implemented using the given data communication format it is operational mutually It communicates, data fast response time, and only it is to be understood that Business Entity can clearly know the mode and standard and logical of communication The content of news.
The technical principle of the invention is described above in combination with a specific embodiment.These descriptions are intended merely to explain of the invention Principle, and shall not be construed in any way as a limitation of the scope of protection of the invention.Based on the explanation herein, the technology of this field Personnel can associate with other specific embodiments of the invention without creative labor, these modes are fallen within Within protection scope of the present invention.

Claims (6)

1. a kind of newsletter method based on JSON data protocol, which comprises the steps of:
Client is packaged data request packet according to preset request of data communication format according to JSON data protocol, obtains Package request data packet, the content of the data request packet include operation code, decision parameters and business datum;
Server receives and parses through the package request data packet, the content of the package request data packet is restored, according to described The rule that operation code and decision parameters carry out business calculates the processing with business datum, obtains the result of data processing;Server By the feedback information of the result of the data processing and the data processing, institute is based on according to preset data response format The encapsulation for stating JSON data protocol obtains encapsulation response data packet, the encapsulation response data packet is returned to client;
Wherein, the request of data communication format includes operation code opt_type, decision parameters JsonData, additional parameter Param and business datum data, wherein operation code opt_type defining operation type, the action type include: addition, are repaired Change, inquires and delete;Decision parameters JsonData is a service protocol packet, shows to set traffic data type to JSON lattice Formula;Additional parameter param is used to that additional parameter information is arranged, and passes to server;Business datum data, for defining State the data format and content of business datum;The data format and content of the business datum data specifically includes: product number, Name of product, product price and product quantity, correspondingly, the server, is also used to the data back for including by product information Switch to product object, and addition is done to database according to action type;The data response format includes parameter success, ginseng Number true, feedback information exception and parameter data;Wherein, whether parameter success expression request succeeds;Parameter true Expression is requested successfully, parameter false expression request failure;Feedback information exception is that request believes mistake when being abnormal Breath feeds back to requesting party;Parameter data characterizes the result of the data processing.
2. the method according to claim 1, wherein the server receive and parse through the encapsulated data packet it Before further include: the package request data packet is sent to server by AJAX request by client.
3. a kind of newsletter system based on JSON data protocol characterized by comprising
Request data package encapsulation unit asks data request packet according to preset data according to JSON data protocol for client It asks communication format to be packaged, obtains package request data packet, the content of the data request packet includes operation code, decision parameters And business datum;
Data response unit receives and parses through the package request data packet for server, restores the package request data The content of packet calculates the processing with business datum according to the rule that the operation code and decision parameters carry out business, obtains data The result of processing;
Response data packet encapsulation unit, for server by the feedback letter of the result of the data processing and the data processing Breath, carries out the encapsulation based on the JSON data protocol according to preset data response format, obtains encapsulation response data packet, will The encapsulation response data packet returns to client;
Return unit, for the encapsulation response data packet to be returned to client;Wherein, the request of data communication format packet Include operation code opt_type, decision parameters JsonData, additional parameter param and business datum data, wherein operation code opt_ Type defining operation type, the action type include: addition, modification, inquiry and deletion;Decision parameters JsonData is one Service protocol packet shows to set traffic data type to JSON format;Additional parameter param is used to be arranged additional parameter letter Breath, and pass to server;Business datum data, for defining the data format and content of the business datum;The business The data format and content of data data specifically includes: product number, name of product, product price and product quantity, correspondingly, The server, the data back for being also used to include by product information switch to product object, and according to action type to database Do addition;
The data response format includes parameter success, parameter true, feedback information exception and parameter data;Its In, whether parameter success expression request succeeds;Parameter true expression is requested successfully, parameter false expression request failure;Instead Feedforward information exception is that error message is fed back to requesting party when request is abnormal;Parameter data is characterized at the data The result of reason.
4. system according to claim 3, which is characterized in that further include:
The package request data packet is sent to server by AJAX request for client by transmission unit.
5. system according to claim 3, which is characterized in that further include:
Request format definition unit: for defining the preset request of data communication format.
6. system according to claim 3, which is characterized in that further include:
Response format definition unit: for defining the preset data response format.
CN201510238799.2A 2015-05-12 2015-05-12 A kind of newsletter method based on JSON data protocol Active CN104994122B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510238799.2A CN104994122B (en) 2015-05-12 2015-05-12 A kind of newsletter method based on JSON data protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510238799.2A CN104994122B (en) 2015-05-12 2015-05-12 A kind of newsletter method based on JSON data protocol

Publications (2)

Publication Number Publication Date
CN104994122A CN104994122A (en) 2015-10-21
CN104994122B true CN104994122B (en) 2019-02-19

Family

ID=54305873

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510238799.2A Active CN104994122B (en) 2015-05-12 2015-05-12 A kind of newsletter method based on JSON data protocol

Country Status (1)

Country Link
CN (1) CN104994122B (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105338104B (en) * 2015-11-19 2019-05-03 上海熙菱信息技术有限公司 Service request response method, parsing method and system
CN105553871A (en) * 2015-12-15 2016-05-04 厦门贝启科技有限公司 Method and system for remotely managing equipment parameters
CN107634979A (en) * 2016-07-19 2018-01-26 北京发那科机电有限公司 A kind of transmission method and device of computer digital control machine tool data
CN107872437B (en) * 2016-09-27 2021-07-09 阿里巴巴集团控股有限公司 Method, device and server for service request
CN106897952A (en) * 2017-01-17 2017-06-27 王幸之 A kind of healthy living management system and management method
CN107094178B (en) * 2017-05-11 2019-06-18 广东网金控股股份有限公司 A kind of Internet data transmission method, apparatus and server terminal
CN107040613B (en) * 2017-06-05 2020-03-31 上海艾融软件股份有限公司 Message transmission method and system
CN109842583A (en) * 2017-11-24 2019-06-04 航天信息股份有限公司 A kind of invoice issuing method and system based on JSON data protocol
CN108563772B (en) * 2018-04-20 2022-06-14 郑州市轨道交通有限公司 Data sharing method between systems based on universal interface
CN108717382B (en) * 2018-05-11 2021-07-13 北京奇虎科技有限公司 JSON structure-based audio and video file processing method and device and terminal equipment
CN108809998A (en) * 2018-06-19 2018-11-13 北京易途客信息技术有限公司 A kind of interface access method and device
CN109214196B (en) * 2018-08-13 2022-04-19 创新先进技术有限公司 Data interaction method, device and equipment
CN109753532A (en) * 2018-12-26 2019-05-14 苏州宏软信息技术有限公司 Interface service system and its implementation method for browser end access database
CN110166485B (en) * 2019-06-14 2022-07-08 北京经纬恒润科技股份有限公司 Protocol scheduling and using method and device
CN111431664A (en) * 2020-03-10 2020-07-17 浪潮通用软件有限公司 Dispatching data packet download method and device based on JSON data protocol
CN111935070B (en) * 2020-06-18 2023-04-11 云南电网有限责任公司信息中心 Data security exchange system and method based on automatic arrangement
CN114244821B (en) * 2021-12-16 2023-03-14 北京百度网讯科技有限公司 Data processing method, device, equipment, electronic equipment and storage medium
CN117235307B (en) * 2023-11-15 2024-01-26 镇江矽佳测试技术有限公司 STDF data processing method and device and computing equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694618A (en) * 2009-09-01 2010-04-14 卡斯柯信号有限公司 Automatic mapping method of model layer and view layer data suitable for AJAX frame
CN102158482A (en) * 2011-03-10 2011-08-17 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
CN104135536A (en) * 2014-08-15 2014-11-05 浪潮电子信息产业股份有限公司 Data interaction method of Web management system based on Json data protocols
CN104376056A (en) * 2014-11-04 2015-02-25 广州华多网络科技有限公司 Data processing method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9461817B2 (en) * 2009-01-20 2016-10-04 International Business Machines Corporation Method and system for encrypting JavaScript object notation (JSON) messages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694618A (en) * 2009-09-01 2010-04-14 卡斯柯信号有限公司 Automatic mapping method of model layer and view layer data suitable for AJAX frame
CN102158482A (en) * 2011-03-10 2011-08-17 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
CN104135536A (en) * 2014-08-15 2014-11-05 浪潮电子信息产业股份有限公司 Data interaction method of Web management system based on Json data protocols
CN104376056A (en) * 2014-11-04 2015-02-25 广州华多网络科技有限公司 Data processing method and device

Also Published As

Publication number Publication date
CN104994122A (en) 2015-10-21

Similar Documents

Publication Publication Date Title
CN104994122B (en) A kind of newsletter method based on JSON data protocol
US10277702B2 (en) Method and apparatus for accessing an enterprise resource planning system via a mobile device
US9646003B2 (en) Cloud storage methods and systems
CN104111944B (en) Page processing method and device and page generation method and device
CN102393857B (en) Method and system for local call based on web page
CN109936621B (en) Information security multi-page message pushing method, device, equipment and storage medium
CN103383687B (en) A kind of page processing method and device
WO2008141432A1 (en) Web page transcoding method and system applying queries to plain text
CN103095819A (en) Data information pushing method and data information pushing system
CN109561078A (en) A kind of exterior chain url resource transfer method and device
CN109829121B (en) Method and device for reporting click behavior data
CN103473107B (en) A kind of method that interactive interface based on mobile middleware dynamically updates
CN103577427A (en) Browser kernel based web page crawling method and device and browser containing device
CN108132991A (en) A kind of H5 pages loading method and system
US10725747B1 (en) Dynamically customizable portal
CN101510220A (en) Method, apparatus and system for sending floating page to user side
CN103825772A (en) Method for identifying user click behavior and gateway equipment
CN110069735A (en) JS code is anti-to be repeatedly injected method, apparatus, computer equipment and storage medium
CN108173900A (en) A kind of method and apparatus of transparent migration
CN104506415B (en) A kind of interacting message device and method based on toolbar
US9071571B2 (en) Interaction via short message service messages with wireless markup language based websites
CN103944885A (en) Web data uploading control method and gateway device
CN102821088B (en) Obtain the system and method for network data
CN203151553U (en) Client data presentation system
KR20170130760A (en) Method and apparatus for managing user session in hybrid application

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant