Harshwardhan FartaleforTech-nicheemharsha1812.hashnode.net·Jun 1, 2022Top 3 Chrome Extensions for CodersGoogle Chrome, one of the world's most popular web browsers, is preferred over alternative browsers due to its application-driven design and extensive ecosystem of Google apps such as Youtube, Gmail, Calendar, and so on. It also includes a large libr...Joiyad Khan and 1 other are discussing this2 people are discussing thisDiscuss·13 likes·109 readsSEO
GulshanforGulshan's technical bloggzamann.hashnode.net·Dec 11, 2022Adding Type Validations and Autocomplete to JSONQuick Summary Working with JSON files extensively or to the extent that we need to at least remember or document the properties and structure of the JSON and to make sure that structure is followed as defined and the properties contain the correct da...Discuss·2 likes·64 readsjson
Chop Codingforchopcodingchopcoding.hashnode.net·Dec 27, 2022Converting JSON to CSV with PythonJSON (JavaScript Object Notation) is a popular data format used for storing data in a structured manner. CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. If you have data stored in a ...Discuss·1 like·125 readsjson parser
Prabhakar Yadavforprabhakar810.hashnode.net·Mar 29, 2023Python Libraries for DevOps#90DaysOfDevOps Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Python for DevOps. Python has numerous libraries like os, sys...DiscussYAML
shamnad sheriefforshamnadsherief.hashnode.net·Feb 1, 2023An Introduction to JSON: Understanding the Basics of this Lightweight Data Interchange FormatJSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd E...Discuss·35 readsjson
Vaibhav GargforVaibhav Garg's Blogvaibhavgarg.hashnode.net·Jan 17, 2023Let's Parse stringified JSON in C++Let's agree that JSON is meant to be extracted using Javascript. Yes! Because its full form is Javascript object notation.😅😂 But we should also agree that it's a lightweight data-interchange format that can exchange data between different programmi...Discuss·87 readsjson parser
Chop Codingforchopcodingchopcoding.hashnode.net·Dec 27, 2022Converting JSON to CSV with PythonJSON (JavaScript Object Notation) is a popular data format used for storing data in a structured manner. CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. If you have data stored in a ...Discuss·1 like·125 readsjson parser
GulshanforGulshan's technical bloggzamann.hashnode.net·Dec 11, 2022Adding Type Validations and Autocomplete to JSONQuick Summary Working with JSON files extensively or to the extent that we need to at least remember or document the properties and structure of the JSON and to make sure that structure is followed as defined and the properties contain the correct da...Discuss·2 likes·64 readsjson
Geoffrey Copinforsylver.hashnode.net·Aug 20, 2022Building a JSON validator with Sylver - Part2/3 : Intuitive JSON AST queriesIn Part 1, we used Sylver's meta language to build a specification for the JSON format. But an AST, by itself, is not of much use. In this next tutorial, we'll continue building our JSON configuration validator. To this end, we'll learn how to use Sy...Discuss·220 readsBuilding a JSON validator with SylverLinter
Geoffrey Copinforsylver.hashnode.net·Aug 10, 2022Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of codeSylver is a language agnostic platform for building custom source code analyzers (think eslint for every language). This might be a lot to unpack, so let us explore this tool by solving a real-world problem: our application's configuration is stored ...Discuss·706 readsBuilding a JSON validator with Sylverstatic code analysis
Harshwardhan FartaleforTech-nicheemharsha1812.hashnode.net·Jun 1, 2022Top 3 Chrome Extensions for CodersGoogle Chrome, one of the world's most popular web browsers, is preferred over alternative browsers due to its application-driven design and extensive ecosystem of Google apps such as Youtube, Gmail, Calendar, and so on. It also includes a large libr...Joiyad Khan and 1 other are discussing this2 people are discussing thisDiscuss·13 likes·109 readsSEO