Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleOctober 2024
JSON document clustering based on schema embeddings
Journal of Information Science (JIPP), Volume 50, Issue 5Pages 1112–1130https://doi.org/10.1177/01655515221116522The growing popularity of JSON as the data storage and interchange format increases the availability of massive multi-structured data collections. Clustering JSON documents has become a significant issue in organising large data collections. Existing ...
- ArticleSeptember 2024
JSON Model: a Lightweight Featureful DSL for JSON
AbstractJSON is a de facto standard cross-language textual format used to represent, exchange and store structured data. Data schemas allow to document structures and verify values. Three JSON-based schema description languages have been proposed for JSON ...
- rfcMay 2024
RFC 9555: JSContact: Converting from and to vCard
This document defines how to convert contact information between the JSContact and vCard data formats. It defines conversion rules for every JSContact and vCard element registered at IANA at the time of publication. It also defines new JSContact ...
- rfcMay 2024
RFC 9553: JSContact: A JSON Representation of Contact Data
This specification defines a data model and JavaScript Object Notation (JSON) representation of contact card information that can be used for data storage and exchange in address book or directory applications. It aims to be an alternative to the vCard ...
- research-articleApril 2024
Extending JSON CRDTs with Move Operations
PaPoC '24: Proceedings of the 11th Workshop on Principles and Practice of Consistency for Distributed DataPages 8–14https://doi.org/10.1145/3642976.3653030Conflict-Free Replicated Data Types (CRDTs) for JSON allow users to concurrently update a JSON document and automatically merge the updates into a consistent state. Moving a subtree in a map or reordering elements in a list within a JSON CRDT is ...
-
- rfcFebruary 2024
RFC 9535: JSONPath: Query Expressions for JSON
JSONPath defines a string syntax for selecting and extracting JSON (RFC 8259) values from within a given JSON value.
- research-articleNovember 2023
Development of a multi-node monitoring system for analyzing plant growth and indoor environment interactions: An empirical study on a plant factory
Computers and Electronics in Agriculture (COEA), Volume 214, Issue Chttps://doi.org/10.1016/j.compag.2023.108311Highlights- A system was developed to monitor multi-node environments in a plant factory.
- Applied monitoring system, collected data at 13 nodes in a plant factory.
- Proved non-uniform indoor environments in the growing space and analyzed ...
In plant factories, multi-layered shelves are used to maximize production per unit area by densely growing plants. The large number of plants placed in a spacious area leads to complex interactions between the plants and the growing environment, ...
- ArticleSeptember 2023
Design Recovery of Data Model Hidden in JSON File
Intelligent Information and Database SystemsPages 234–247https://doi.org/10.1007/978-981-99-5834-4_19AbstractJSON is a commonly used standard for data interchange and data storage. The hierarchical file structure makes it difficult to understand the real dependencies between the stored data. Data analyzability, reusability, and modifiability are crucial ...
- rfcJuly 2023
RFC 9457: Problem Details for HTTP APIs
This document defines a "problem detail" to carry machine-readable details of errors in HTTP response content to avoid the need to define new error response formats for HTTP APIs.
This document obsoletes RFC 7807.
- research-articleJuly 2023
Better than XML: Towards a lexicographic markup language
AbstractThis article takes a critical look at how XML is used in lexicography and asks the question, why do dictionary entries often end up looking so complex when encoded in XML? The main reason for the perceived complexity of XML-encoded dictionaries ...
Highlights- Dictionaries encoded in XML are unnecessarily verbose and complex due to overuse of purely structural markup.
- Much data in lexicography is inherently headed, but headedness is difficult to represent in XML.
- JSON and YAML are no ...
- rfcJune 2023
RFC 9425: JSON Meta Application Protocol (JMAP) for Quotas
This document specifies a data model for handling quotas on accounts with a server using the JSON Meta Application Protocol (JMAP).
dsJSON: A Distributed SQL JSON Processor
Proceedings of the ACM on Management of Data (PACMMOD), Volume 1, Issue 1Article No.: 103, Pages 1–25https://doi.org/10.1145/3588957The popularity of JSON as a data interchange format resulted in big amounts of datasets available for processing. Users would like to analyze this data using SQL queries but existing distributed systems limit their users to only two specific formats, ...
- research-articleSeptember 2023
Handling Communication via APIs for Microservices
ICSE-NIER '23: Proceedings of the 45th International Conference on Software Engineering: New Ideas and Emerging ResultsPages 37–42https://doi.org/10.1109/ICSE-NIER58687.2023.00013Enterprises in their journey to the cloud, want to decompose their monolith applications into microservices to maximize cloud benefits. Current research focuses a lot on how to partition the monolith into smaller clusters that perform well across ...
- ArticleApril 2023
Validating Streaming JSON Documents with Learned VPAs
Tools and Algorithms for the Construction and Analysis of SystemsPages 271–289https://doi.org/10.1007/978-3-031-30823-9_14AbstractWe present a new streaming algorithm to validate JSON documents against a set of constraints given as a JSON schema. Among the possible values a JSON document can hold, objects are unordered collections of key-value pairs while arrays are ordered ...
- research-articleApril 2023
Construction and implementation of mobile learning system for higher education based on modern wireless network mobile communication terminal technology
Wireless Networks (WIRE), Volume 30, Issue 6Pages 5669–5681https://doi.org/10.1007/s11276-023-03320-wAbstractWith the rapid development of wireless technology and Mobile communication technology worldwide, Mobile Learning represents a new learning trend in the field of higher education, and has gradually become the development trend and research hotspot ...
- surveyFebruary 2023
A Survey on Mapping Semi-Structured Data and Graph Data to Relational Data
ACM Computing Surveys (CSUR), Volume 55, Issue 10Article No.: 218, Pages 1–38https://doi.org/10.1145/3567444The data produced by various services should be stored and managed in an appropriate format for gaining valuable knowledge conveniently. This leads to the emergence of various data models, including relational, semi-structured, and graph models, and so ...
- ArticleOctober 2022
Effective Generation of Relational Schema from Multi-Model Data with Reinforcement Learning
AbstractTo handle data variety in one project, some researchers proposed using multiple databases or one multi-model database to manage various data. However, considering that the predominated Relational Database Management Systems (RDBMSs) in the current ...
- ArticleJuly 2022
Bridging Static Site Generation with the Dynamic Web
AbstractHistorically web sites have been developed using HTML for their markup either by authoring it directly or through abstraction to generate it. The currently available tools exist in a continuum of static, developer-oriented tools and dynamic ...
- rfcJuly 2022
RFC 9264: Linkset: Media Types and a Link Relation Type for Link Sets
This specification defines two formats and associated media types for representing sets of links as standalone documents. One format is based on JSON, and the other is aligned with the format for representing links in the HTTP "Link" header field. This ...