About 237,000 results
Open links in new tab
  1. Protobuf, JSON, and XML: A Practical Comparison

    Dec 2, 2024 · Use Protobuf when efficiency and performance are paramount. Opt for JSON when ease of use and human readability are key. Go with XML for extensibility and schema validation in legacy systems.

  2. Protocol Buffer vs Json - when to choose one over the other?

    Sep 19, 2018 · The general advantage of JSON (using OpenAPI) vs Protobuf (with GRPC) is JSON has a richer schema definition. (e.g. regex patterns, min, max to name a few.) The main problem with JSON is the tooling.

  3. What you need to know about JSON vs XML vs Protobuf

    Jan 2, 2021 · Protocol Buffers (referred to as Protobufs) are Googles alternative to XML/JSON and give up the readability of JSON but are extremely performant.

  4. Spring REST API with Protocol Buffers - Baeldung

    Jan 8, 2024 · Protocol Buffers is a language and platform neutral mechanism for serialization and deserialization of structured data, which is proclaimed by Google, its creator, to be much faster, smaller and simpler than other types of payloads, such as XML and JSON.

  5. How to use Protobuf for data interchange | Opensource.com

    Oct 18, 2019 · Protocol buffers (Protobufs), like XML and JSON, allow applications, which may be written in different languages and running on different platforms, to exchange data.

  6. xml - Storing data in Protobuf (vs JSON)? - Stack Overflow

    Jun 21, 2021 · A lot of companies store data serialized to protobuf. There is pros & cons for doing it. Sometime same data is stored in different formats - for example JSON in client browser and protobuf on server. Binary sterilization is more compact and quicker to …

  7. The Best API Response Formats: JSON, XML, Protobuf, and More

    This article explores the key characteristics of popular API response formats like JSON, XML, Protobuf, and more, shedding light on their benefits and best practices in the realm of APIs and web services.

  8. What is JSON vs XML vs Protobuf? - Design Gurus: One-Stop …

    Format and Readability: JSON and XML are text-based and more human-readable, while Protobuf is binary and more efficient but less human-readable. Verbosity: XML is the most verbose, JSON is less verbose and more readable, and Protobuf is …

  9. Microservices Data Formats: JSON, XML, Protobuf, Thrift, and Avro

    Sep 7, 2024 · This article embarks on a journey through the realm of data serialization, delving deep into five prominent formats: JSON, XML, Protobuf, Thrift, and Avro.

  10. Data Formats in the Unified Namespace (UNS): JSON vs. Protobuf

    Despite the specific advantages of XML and Protobuf, JSON remains the most common format in the Unified Namespace (UNS) due to its readability, ease of use and broad support. Nevertheless, the choice of the optimal data format always depends on the respective application:

  11. Some results have been removed