teihennteihenn.hashnode.dev·Nov 17, 2024Edit .json.gz Files Effortlessly with jgze – A Flexible CLI ToolWorking with .json.gz files can be tedious, especially when you need to extract, edit, and recompress them manually. Meet jgze, a command-line tool that simplifies this process by allowing you to directly edit .json.gz files in a seamless workflow. h...Discussjson
Vibhanshu Singhsinghvibhanshusblog.hashnode.dev·Nov 17, 2024A very basic guide to YAMLYAML: Yet Another Markup Language [Previous]YAML: YAML Ain’t Markup Language (RECURSIVE it is 😅) [Nowadays]Example of Markup Language: HTMLQ: What is the use of markup language?A: It provides child-parent relations. Not a programming language. Bas...DiscussDevops
gayatri kumargeekee.hashnode.dev·Nov 14, 2024JSON Journeys: Navigating Data Formats!Imagine you're an explorer setting off on a journey to discover a hidden treasure of information. Along the way, you encounter maps and instructions that help you find, understand, and organize this treasure. In the world of web development, JSON (Ja...Saanvi Kumar and 1 other are discussing this2 people are discussing thisDiscuss·30 likesWeb DevelopmentJavaScript
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 12, 2024📦 Mastering JSON Manipulation in Python: A Comprehensive GuideHey Devs! 👋 If you've ever dealt with APIs, web development, or data interchange, you've likely encountered JSON (JavaScript Object Notation). It's everywhere! JSON is a lightweight format that’s easy for both humans and machines to read and write. ...DiscussPython
Himanshu SoniforHimanshu Sonihimanshusoni30.hashnode.dev·Nov 11, 2024Efficient JSON Processing with jq Command-Line ToolIn this article, we will explore the command-line tool jq, a powerful and flexible utility for managing and parsing JSON files. Why use jq when JSON can be managed with other desktop and online tools? jq is easy to install. It has no runtime depende...Discuss·27 readsCommand Line Toolsjq
Thirsty jsonthirstyjson.hashnode.dev·Nov 9, 2024Intro to JSONThirsty JSON is a versatile online tool designed to simplify working with JSON data for developers. Its user-friendly interface allows for quick JSON formatting, editing, and conversion into other formats like CSV and YAML. This can be especially use...Discussjson
Tuanh.nettuanhnet.hashnode.dev·Nov 4, 2024SOAP APIs and REST APIs: A Detailed ComparisonSource: SOAP APIs and REST APIs: A Detailed Comparison 1. What Are SOAP APIs? SOAP, or Simple Object Access Protocol, is a protocol used to exchange structured information in the implementation of web services. SOAP APIs use XML for mess...Discusshttp
Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Nov 1, 2024Getting Started with JSON – Everything You Need to KnowJSON, or JavaScript Object Notation, has become a standard for data exchange in web development, making it a must-know for developers and tech enthusiasts. In this post, we’ll dive into some common questions about JSON to give beginners a thorough un...DiscussDataFormat
hjklhjkl11.hashnode.dev·Oct 31, 2024Performance Analysis of JSON, Buffer / Custom Binary Protocol, Protobuf, and MessagePack for WebsocketsThis article examines and compares data serialization and deserialization methods / formats: JSON, Buffers (custom binary protocol), Protobuf, and MessagePack, and offers guidance on how to implement them. (Performance benchmark at the end) JSON This...Discuss·1 likecustom binary protocol
QazneticforQazneticqaznetic.hashnode.dev·Oct 29, 2024Panduan Lengkap Menggunakan json_serializable dan json_annotation untuk Model yang Rapi di FlutterDalam pengembangan aplikasi Flutter, sering kali kita perlu mengonversi data dari JSON ke objek Dart atau sebaliknya. Ini terutama umum dalam aplikasi yang mengambil data dari API atau menyimpan data secara lokal dalam format JSON. Untuk mempermudah ...DiscussFlutter Fundamentalsjson