CN111626018B - Method and device for constructing JSON formatted data - Google Patents

Method and device for constructing JSON formatted data Download PDF

Info

Publication number
CN111626018B
CN111626018B CN201910148161.8A CN201910148161A CN111626018B CN 111626018 B CN111626018 B CN 111626018B CN 201910148161 A CN201910148161 A CN 201910148161A CN 111626018 B CN111626018 B CN 111626018B
Authority
CN
China
Prior art keywords
json
text
input
character string
area
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
CN201910148161.8A
Other languages
Chinese (zh)
Other versions
CN111626018A (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.)
Beijing Shuju Xinyun Information Technology Co ltd
Original Assignee
Beijing Shuju Xinyun 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 Beijing Shuju Xinyun Information Technology Co ltd filed Critical Beijing Shuju Xinyun Information Technology Co ltd
Priority to CN201910148161.8A priority Critical patent/CN111626018B/en
Publication of CN111626018A publication Critical patent/CN111626018A/en
Application granted granted Critical
Publication of CN111626018B publication Critical patent/CN111626018B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a device for constructing JSON formatted data, wherein the method comprises the following steps: monitoring input operation of a text input area, acquiring input information of the text input area, judging whether the input information accords with a JSON format standard, and converting the input information into JSON format data according to the JSON format standard when the input information accords with the JSON format standard; and prompting a part of the input information, which causes the input information to be in accordance with the JSON format standard, when the input information is not in accordance with the JSON format standard. The invention integrates the advantages of a plurality of JSON editors, has simple and convenient operation, high practicability and easy usability, and can be applied to the design and analysis of the vast majority of JSON data formats.

Description

Method and device for constructing JSON formatted data
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a device for constructing JSON formatted data.
Background
JSON is a lightweight data exchange format, which can exchange data between different platforms, and has good characteristics of readability, convenience for rapid writing, and the like, so that it replaces XML to be the current mainstream data exchange format, and is applied to various data exchange scenes.
Although JSON grammar is simple and can be written by using a common text editor, for writing JSON data with complex structure, the operation of using the common text editor is complicated, the function of the common text editor is very simple, and operation errors and editing errors are easy to occur.
For example: in the prior art, a certain web application interface is successfully called directly through a browser, or when disordered JSON data from background response is obtained in a web debugging mode of the browser, the disordered JSON data is formatted into a clear structure so as to be convenient for analysis. The conventional JSON editor can format a disordered JSON structure, but the processing mode is not simple enough. Usually, a mouse is used for selecting a JSON character string on a browser, and the JSON character string is copied into a JSON editor; then click on the relevant button on the JSON editor interface to format the JSON string. At least these two steps are required to format the scrambled JSON data into a structurally clear form, which is not operationally compact.
Disclosure of Invention
In order to solve the technical problems, the invention provides a method and a device for constructing JSON formatted data.
The method for constructing JSON formatted data provided by the invention comprises the following steps:
monitoring input operation of a text input area, acquiring input information of the text input area, judging whether the input information accords with a JSON format standard, and converting the input information into JSON format data according to the JSON format standard when the input information accords with the JSON format standard; and prompting a part of the input information, which causes the input information to be in accordance with the JSON format standard, when the input information is not in accordance with the JSON format standard.
Further, the above method for constructing JSON formatted data has the following characteristics:
the judging whether the input information accords with the JSON format standard comprises the following steps:
performing operation of the character string-to-JSON object on the text content in the editing area by a method of the character string-to-JSON object;
if the operation of the character string-to-JSON object is abnormal, the text content in the editor is represented to be in a standard JSON format;
executing text content in an editing area by executing a function if the operation output of the character string-to-JSON object is abnormal;
if the output of the execution function is abnormal, the text content in the editor is not in a standard JSON format;
if the execution function does not output abnormality, performing JSON object-to-character string operation on an execution result of the execution function by a JSON object-to-character string method;
if the operation of converting the JSON object into the character string returns the character string, the text in the editor is represented to be in a standard JSON format;
if the operation of converting the JSON object into the character string returns undefined, the text in the editor is not a standard JSON type.
Further, the above method for constructing JSON formatted data has the following characteristics:
the input operation of the monitoring text input area comprises the following steps: and monitoring whether the input operation of the text input area is a line feed operation, determining the position of the line feed operation in JSON format data corresponding to the position in the input text after the line feed operation is monitored, and executing the retracting operation of a preset number of spaces at the position.
Further, the above method for constructing JSON formatted data has the following characteristics:
the method further comprises the steps of:
monitoring a trigger signal of a split screen button;
after a triggering signal of a split screen button is monitored, copying processing logic of part or all labels in an original editing area and processing logic of a text input area, wherein the labels comprise parallel JSON data labels and function labels;
dividing the display area into two edit areas, maintaining a first edit area by using the processing logic of the label and the text input area in the original edit area, and maintaining a second edit area by using the processing logic of the copied label and the text input area.
Further, the above method for constructing JSON formatted data has the following characteristics:
the method further comprises the steps of:
monitoring a trigger signal for adding a new button control;
after the trigger signal for adding the new button control is monitored, a new button is added, and a clicking event corresponding to the new button is set.
Further, the above method for constructing JSON formatted data has the following characteristics:
monitoring the change of the user input content, and storing the states of the user input content and each component in the editor when the change of the user input content reaches a change threshold value;
and loading the saved user input content and the states of all components in the editor when the editor is restarted accidentally.
The device for constructing JSON formatted data provided by the invention comprises:
the monitoring module is used for monitoring the input operation of the text input area and acquiring the input information of the text input area;
the grammar judging module is used for judging whether the input information accords with JSON format standards or not;
the conversion module is used for converting the input information into JSON format data according to the JSON format standard when the input information accords with the JSON format standard;
and the prompting module is used for prompting a part of the input information, which causes the input information not to accord with the JSON format standard, when the input information does not accord with the JSON format standard.
Further, the above device for constructing JSON formatted data has the following characteristics:
the grammar judging module is also used for judging whether the input information accords with the JSON format standard or not by using the following method:
performing operation of the character string-to-JSON object on the text content in the editing area by a method of the character string-to-JSON object;
if the operation of the character string-to-JSON object is abnormal, the text content in the editor is represented to be in a standard JSON format;
executing text content in an editing area by executing a function if the operation output of the character string-to-JSON object is abnormal;
if the output of the execution function is abnormal, the text content in the editor is not in a standard JSON format;
if the execution function does not output abnormality, performing JSON object-to-character string operation on an execution result of the execution function by a JSON object-to-character string method;
if the operation of converting the JSON object into the character string returns the character string, the text in the editor is represented to be in a standard JSON format;
if the operation of converting the JSON object into the character string returns undefined, the text in the editor is not a standard JSON type.
Further, the above device for constructing JSON formatted data has the following characteristics:
the apparatus further includes a format beautification module;
the monitoring module is further used for monitoring whether the input operation of the text input area is a line feed operation or not;
the format beautifying module is used for determining the position of the line feed operation in the JSON format data corresponding to the position in the input text after the line feed operation is monitored by the monitoring module, and executing the retraction operation of the preset number of spaces at the position.
Further, the above device for constructing JSON formatted data has the following characteristics:
the device also comprises an interface processing module;
the monitoring module is also used for monitoring a trigger signal of the split screen button;
the interface processing module is further used for copying processing logic of part or all of the labels in the original editing area and processing logic of the text input area after the monitoring module monitors the triggering signals of the split screen buttons, and the labels comprise parallel JSON data labels and function labels; dividing the display area into two edit areas, maintaining a first edit area by using the processing logic of the label and the text input area in the original edit area, and maintaining a second edit area by using the processing logic of the copied label and the text input area.
Further, the above device for constructing JSON formatted data has the following characteristics:
the device also comprises an interface processing module;
the monitoring module is also used for monitoring a trigger signal for adding a new button control;
the interface processing module is further configured to add a new button after the monitoring module monitors a trigger signal for adding a new button control, and set a click event corresponding to the new button.
Further, the above device for constructing JSON formatted data has the following characteristics:
the device also comprises a storage module and a reconstruction module;
the monitoring module is also used for monitoring the change of the content input by the user;
the storage module is used for storing the user input content and the states of all components in the editor when the change of the user input content reaches a change threshold value;
and the reconstruction module is used for loading the saved user input content and the states of all components in the editor when the editor is restarted accidentally.
The invention integrates the advantages of a plurality of JSON editors, has simple and convenient operation, high practicability and easy usability, and can be applied to the design and analysis of the vast majority of JSON data formats.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention. In the drawings:
FIG. 1 is a flow chart of a method of constructing JSON formatted data;
fig. 2 is a block diagram of a method of constructing JSON formatted data.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention. It should be noted that, in the case of no conflict, the embodiments and features in the embodiments may be arbitrarily combined with each other.
As shown in fig. 1, the method for constructing JSON formatted data includes:
step 101, monitoring input operation of a text input area, and acquiring input information of the text input area;
step 102, judging whether the input information accords with JSON format standard;
step 103, when the input information accords with the JSON format standard, converting the input information into JSON format data according to the JSON format standard; when the input information does not meet the JSON format standard, prompting a part of the input information, which causes the input information not to meet the JSON format standard.
Wherein, the liquid crystal display device comprises a liquid crystal display device,
in step 101, the operation of monitoring the text input area includes: monitoring whether the input operation of the text input area is a line feed operation, determining the position of the line feed operation in the JSON format data corresponding to the position in the input text after the line feed operation is monitored, and executing the retracting operation of the preset number of spaces at the position. In the conventional editor in the prior art, when the JSON format data needs to be indented, the indentation is controlled manually. Compared with the prior art, the invention can complete automatic retraction. The starting manner of the monitoring text input area may be to click on a control of the editor interface for indicating whether to start the monitoring function (for example, a check box of "monitoring text input area" is set on the editor interface, and indicates that monitoring is started after clicking and checking, and indicates that monitoring is prohibited after canceling and checking).
In step 102, determining whether the input information meets JSON format criteria includes:
performing operation of converting the character string into the JSON object on the text content in the editing area by a method of converting the character string into the JSON object (such as a burst method of the JSON object built in javascript);
if the operation of the character string to the JSON object is not abnormal, the text content in the editor is represented to be in a standard JSON format;
if the operation output of the string-rotation JSON object is abnormal, executing text contents in the editing area by executing a function (e.g., eval function of javascript);
if the output of the execution function is abnormal, the text content in the editor is not in a standard JSON format;
if the execution function does not output an exception, performing JSON object-to-character string operation on an execution result of the execution function by a JSON object-to-character string method (for example, a stringing method of the JSON object);
if the operation of converting the JSON object into the character string returns the character string, the text in the editor is represented to be in a standard JSON format;
if the operation of converting the JSON object into the character string returns undefined, the text in the editor is not the standard JSON type.
When the input information in step 103 does not meet the JSON format standard, determining a part of the input information, which causes the input information not to meet the JSON format standard, according to an abnormal information positioning mode when an abnormality is output by a method for converting a character string into a JSON object (for example, a side method of the JSON object built in javascript).
The method further comprises the following steps: monitoring a trigger signal of a split screen button; after a triggering signal of a split screen button is monitored, copying processing logic of part or all labels in an original editing area and processing logic of a text input area, wherein the labels comprise parallel JSON data labels and function labels; dividing the display area into two edit areas, maintaining a first edit area by using the processing logic of the label and the text input area in the original edit area, and maintaining a second edit area by using the processing logic of the copied label and the text input area. For example: and triggering a split screen clicking event once the split screen button is clicked, executing corresponding codes, calculating the length and width dimensions of the screen through parameters set in the codes, and finally adding an editable area in the current interface. In the use process of users, it is often necessary to compare, analyze and modify multiple JSON data simultaneously. However, the existing JSON editor provides at most one editing area on the interface, which cannot meet the requirements. The method can solve the requirement, divide one editing area in the interface into two editing areas, edit or analyze and compare two pieces of JSON data in one display interface at the same time, and greatly improve the practicability of the editor. Each split screen can simultaneously create a plurality of labels, and processing logic responsible for different labels processes each other through event isolation technology, so that any association between editors corresponding to any label of any screen is avoided, and no interference is generated.
The method further comprises the following steps: monitoring a trigger signal for adding a new button control; after the trigger signal for adding the new button control is monitored, a new button is added, and a clicking event corresponding to the new button is set. For example: the graphic interface module provides a corresponding label adding button, and the background provides a corresponding click event and a processing method thereof. Once the label adding button is clicked or the label column is double-clicked, a clicking event of label adding is triggered, so that a corresponding method is executed to initialize a new label object, and finally a new label is added on the interface.
The method further comprises the following steps:
monitoring the change of the user input content, and storing the states of the user input content and each component in the editor when the change of the user input content reaches a change threshold value; and loading the saved user input content and the states of all components in the editor when the editor is restarted accidentally. For example: when the input change of the user reaches a certain threshold (such as 10 characters), the program automatically saves the input content into a local IndexdDB database, and when the page is closed accidentally, the latest saved data is automatically extracted from the IndexdDB and displayed to an input box.
Specific examples are as follows:
when the browser supports the index B, after the program of the method is started, the program judges whether a database of the index B needs to be created, if the database exists, the database information is read out and the subsequent processing is executed, otherwise, the database is created, an Object Store is initialized under the database for storing the label information of the current window and text information input by a user, wherein the label name is used as a key, and characters in a text box in the label are used as values.
In the text editing page, the editor monitoring module monitors whether the user input reaches a threshold set by a program; once the threshold is reached, the program calls the code to execute step (A), otherwise, the monitoring is continued;
step (A), when the data in the text box reaches a program threshold value, the code responsible for processing the text memory function calls the text storage code: (1) reading all label objects in the current window, and counting the number of labels; (2) traversing the tag object, reading the name of the tag object and text data in a text box of the tag object, taking a tag name as a key, taking text content corresponding to the tag as a value, and storing the tag name and the text content value into an index database in the process of traversing the tag object.
And (4) when the page of the editor is normally closed or carelessly closed, after the editor is re-opened, the program judges whether an index xDB database exists, reads out the data in the database under the condition that the database exists, and then calls a restore method provided in the graphical interface module to reconstruct the page.
When the page is reconfigured, the encapsulated restore method is used for traversing the data (comprising the label name and the text content) read from the index xDB database, then a self-defined label object is constructed, the label name and the text content are assigned to the label object, and the label object is further rendered to the page for display after the assignment is finished, so that the functions of text memorization and restoration are achieved.
The function is developed based on the HTML5 standard, the instant storage of the content of the editor is realized through the client database IndexdDB, and even if the user carelessly closes the browser or the browser accidentally crashes, the input of the user is not lost. The problem that in a JSON editor in the prior art, after a user carelessly closes a page, the JSON data designed before is lost, and even if the last closed tag function is recovered through a browser, the previously edited data cannot be recovered is solved.
The method can also automatically beautify the JSON structure data, and improve the use experience of users. For example: and judging keys and values in the JSON structure data, and highlighting the two data in different colors, for example, the keys are displayed in red and the values are displayed in blue, so as to highlight the key value pair relation of the JSON data. The highlighting function can be performed simultaneously with the above grammar detection function, and does not highlight due to JSON grammar errors. Besides the highlighting mode, the method can also execute a beautifying mode of automatic control of the character spacing, so that the final JSON format data presents a neat and attractive effect.
The invention integrates the advantages of a plurality of JSON editors, has simple and convenient operation, high practicability and easy usability, and can be applied to the design and analysis of the vast majority of JSON data formats.
The above description may be implemented alone or in various combinations and these modifications are within the scope of the present invention.
Those of ordinary skill in the art will appreciate that all or a portion of the steps of the methods described above may be implemented by a program that instructs associated hardware, and the program may be stored on a computer readable storage medium such as a read-only memory, a magnetic or optical disk, etc. Alternatively, all or part of the steps of the above embodiments may be implemented using one or more integrated circuits, and accordingly, each module/unit in the above embodiments may be implemented in hardware or may be implemented in a software functional module. The present invention is not limited to any specific form of combination of hardware and software.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that an article or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional identical elements in an article or apparatus that comprises the element.
The above embodiments are only for illustrating the technical scheme of the present invention, not for limiting the same, and the present invention is described in detail with reference to the preferred embodiments. It will be understood by those skilled in the art that various modifications and equivalent substitutions may be made to the technical solution of the present invention without departing from the spirit and scope of the technical solution of the present invention, and the present invention is intended to be covered by the scope of the appended claims.

Claims (10)

1. A method of constructing JSON formatted data, comprising:
monitoring input operation of a text input area, acquiring input information of the text input area, judging whether the input information accords with a JSON format standard, and converting the input information into JSON format data according to the JSON format standard when the input information accords with the JSON format standard; prompting a part of the input information which causes the input information to be in accordance with the JSON format standard when the input information is not in accordance with the JSON format standard;
the judging whether the input information accords with the JSON format standard comprises the following steps:
performing operation of the character string-to-JSON object on the text content in the editing area by a method of the character string-to-JSON object;
if the operation of the character string-to-JSON object is abnormal, the text content in the editor is represented to be in a standard JSON format;
executing text content in an editing area by executing a function if the operation output of the character string-to-JSON object is abnormal;
if the output of the execution function is abnormal, the text content in the editor is not in a standard JSON format;
if the execution function does not output abnormality, performing JSON object-to-character string operation on an execution result of the execution function by a JSON object-to-character string method;
if the operation of converting the JSON object into the character string returns the character string, the text in the editor is represented to be in a standard JSON format;
if the operation of converting the JSON object into the character string returns undefined, the text in the editor is not a standard JSON type.
2. The method of constructing JSON formatted data of claim 1,
the input operation of the monitoring text input area comprises the following steps: and monitoring whether the input operation of the text input area is a line feed operation, determining the position of the line feed operation in JSON format data corresponding to the position in the input text after the line feed operation is monitored, and executing the retracting operation of a preset number of spaces at the position.
3. The method of constructing JSON formatted data of claim 1,
the method further comprises the steps of:
monitoring a trigger signal of a split screen button;
after a triggering signal of a split screen button is monitored, copying processing logic of part or all labels in an original editing area and processing logic of a text input area, wherein the labels comprise parallel JSON data labels and function labels;
dividing the display area into two edit areas, maintaining a first edit area by using the processing logic of the label and the text input area in the original edit area, and maintaining a second edit area by using the processing logic of the copied label and the text input area.
4. The method of constructing JSON formatted data of claim 1,
the method further comprises the steps of:
monitoring a trigger signal for adding a new button control;
after the trigger signal for adding the new button control is monitored, a new button is added, and a clicking event corresponding to the new button is set.
5. The method of constructing JSON formatted data of claim 1,
monitoring the change of the user input content, and storing the states of the user input content and each component in the editor when the change of the user input content reaches a change threshold value;
and loading the saved user input content and the states of all components in the editor when the editor is restarted accidentally.
6. An apparatus for constructing JSON formatted data, comprising:
the monitoring module is used for monitoring the input operation of the text input area and acquiring the input information of the text input area;
the grammar judging module is used for judging whether the input information accords with JSON format standards or not;
the conversion module is used for converting the input information into JSON format data according to the JSON format standard when the input information accords with the JSON format standard;
the prompting module is used for prompting a part of the input information, which causes the input information not to accord with the JSON format standard, when the input information does not accord with the JSON format standard;
the grammar judging module is also used for judging whether the input information accords with the JSON format standard or not by using the following method:
performing operation of the character string-to-JSON object on the text content in the editing area by a method of the character string-to-JSON object;
if the operation of the character string-to-JSON object is abnormal, the text content in the editor is represented to be in a standard JSON format;
executing text content in an editing area by executing a function if the operation output of the character string-to-JSON object is abnormal;
if the output of the execution function is abnormal, the text content in the editor is not in a standard JSON format;
if the execution function does not output abnormality, performing JSON object-to-character string operation on an execution result of the execution function by a JSON object-to-character string method;
if the operation of converting the JSON object into the character string returns the character string, the text in the editor is represented to be in a standard JSON format;
if the operation of converting the JSON object into the character string returns undefined, the text in the editor is not a standard JSON type.
7. The apparatus for constructing JSON formatted data of claim 6,
the apparatus further includes a format beautification module;
the monitoring module is further used for monitoring whether the input operation of the text input area is a line feed operation or not;
the format beautifying module is used for determining the position of the line feed operation in the JSON format data corresponding to the position in the input text after the line feed operation is monitored by the monitoring module, and executing the retraction operation of the preset number of spaces at the position.
8. The apparatus for constructing JSON formatted data of claim 6,
the device also comprises an interface processing module;
the monitoring module is also used for monitoring a trigger signal of the split screen button;
the interface processing module is further used for copying processing logic of part or all of the labels in the original editing area and processing logic of the text input area after the monitoring module monitors the triggering signals of the split screen buttons, and the labels comprise parallel JSON data labels and function labels; dividing the display area into two edit areas, maintaining a first edit area by using the processing logic of the label and the text input area in the original edit area, and maintaining a second edit area by using the processing logic of the copied label and the text input area.
9. The apparatus for constructing JSON formatted data of claim 6,
the device also comprises an interface processing module;
the monitoring module is also used for monitoring a trigger signal for adding a new button control;
the interface processing module is further configured to add a new button after the monitoring module monitors a trigger signal for adding a new button control, and set a click event corresponding to the new button.
10. The apparatus for constructing JSON formatted data of claim 6,
the device also comprises a storage module and a reconstruction module;
the monitoring module is also used for monitoring the change of the content input by the user;
the storage module is used for storing the user input content and the states of all components in the editor when the change of the user input content reaches a change threshold value;
and the reconstruction module is used for loading the saved user input content and the states of all components in the editor when the editor is restarted accidentally.
CN201910148161.8A 2019-02-28 2019-02-28 Method and device for constructing JSON formatted data Active CN111626018B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910148161.8A CN111626018B (en) 2019-02-28 2019-02-28 Method and device for constructing JSON formatted data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910148161.8A CN111626018B (en) 2019-02-28 2019-02-28 Method and device for constructing JSON formatted data

Publications (2)

Publication Number Publication Date
CN111626018A CN111626018A (en) 2020-09-04
CN111626018B true CN111626018B (en) 2023-07-28

Family

ID=72271614

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910148161.8A Active CN111626018B (en) 2019-02-28 2019-02-28 Method and device for constructing JSON formatted data

Country Status (1)

Country Link
CN (1) CN111626018B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101055578A (en) * 2006-04-12 2007-10-17 龙搜(北京)科技有限公司 File content dredger based on rule
CN103942314A (en) * 2014-04-22 2014-07-23 重庆市科学技术研究院 HTML file image-text integrating display method

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103379127B (en) * 2012-04-12 2016-08-17 阿里巴巴集团控股有限公司 Data interactive method between server and client and device
US9639631B2 (en) * 2013-02-27 2017-05-02 Cellco Partnership Converting XML to JSON with configurable output
CN104464422A (en) * 2013-09-12 2015-03-25 郑州学生宝电子科技有限公司 Interactive teaching method based on information engineering and system thereof
CN103577599A (en) * 2013-11-15 2014-02-12 北京邮电大学 Method and device for storing local data through mobile terminal
CN104410667B (en) * 2014-10-31 2017-12-12 北京思特奇信息技术股份有限公司 Conversion method and system of a kind of XML message to JSON messages
CN105354020A (en) * 2015-09-30 2016-02-24 武汉钢铁(集团)公司 Json format data analytic method and data receiving end
CN106775725B (en) * 2016-12-19 2020-12-01 网易(杭州)网络有限公司 Visual configuration editing method and device
US10353750B2 (en) * 2017-03-03 2019-07-16 International Business Machines Discovery and exposure of transactional middleware server-based applications as consumable service endpoints
CN107015948B (en) * 2017-03-16 2021-05-28 武汉斗鱼网络科技有限公司 Log information formatting method and system
CN107145540A (en) * 2017-04-24 2017-09-08 北京邮电大学 The diagram file textual conversion equipment and method of the version control function of class uml diagram
CN107368557B (en) * 2017-07-05 2020-11-10 腾讯科技(深圳)有限公司 Page editing method and device
CN108874847A (en) * 2017-12-26 2018-11-23 北京安天网络安全技术有限公司 Matching process, device, electronic equipment and the storage medium of custom rule
CN108334609B (en) * 2018-02-02 2020-04-07 蜂助手股份有限公司 Method, device, equipment and storage medium for realizing JSON format data access in Oracle
CN108933968B (en) * 2018-07-03 2022-02-08 武汉斗鱼网络科技有限公司 Message format conversion method and device, storage medium and android terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101055578A (en) * 2006-04-12 2007-10-17 龙搜(北京)科技有限公司 File content dredger based on rule
CN103942314A (en) * 2014-04-22 2014-07-23 重庆市科学技术研究院 HTML file image-text integrating display method

Also Published As

Publication number Publication date
CN111626018A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
US10338893B2 (en) Multi-step auto-completion model for software development environments
US8015239B2 (en) Method and system to reduce false positives within an automated software-testing environment
US20190243848A1 (en) Generating a structured document guiding view
CN111818123B (en) Network front-end remote playback method, device, equipment and storage medium
US5594892A (en) Method for automated software application testing
US20090254880A1 (en) Techniques for offering and applying code modifications
US20120166480A1 (en) Xpath-based selection assistance of gui elements during manual test script authoring for xml-based applications
US7680668B2 (en) Method for generating a language-independent regression test script
CN101667118A (en) Method and device for multi-language version development and replacement
US20130144920A1 (en) Creating a configuration file template
CN110532056B (en) Control identification method and device applied to user interface
CN103109289A (en) Web-based script language editing method, system and web client
CN111626018B (en) Method and device for constructing JSON formatted data
US11662874B2 (en) Method and system for transforming wireframes to as-is screens with responsive behaviour
CN114461214A (en) Page display method and device, electronic equipment and storage medium
US9910647B2 (en) Field size calculation and color coding display options usable in an emulated integrated development environment (IDE)
CN105359111A (en) User-interface review method, device, and program
JP7073431B2 (en) Source code analysis system and source code analysis method
JP6419902B1 (en) Program comparison method, program comparison device, and program comparison program
CN111125262B (en) Method and device for processing field information, storage medium and processor
CN108769552B (en) Subtitle making method in news video making process
JP2525921B2 (en) Error detection method for software design information
CN116088833A (en) Method, device and equipment for creating page and readable storage medium
CN115268907A (en) Method for generating software system control interaction logic by using json data
CN112068827A (en) Method, device, system, equipment and medium for generating accessory control

Legal Events

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