#json

[ follow ]
CodeProject
3 months ago
JavaScript

Access your Microsoft JSON DOM the easy way with the dynamic keyword

Accessing JSON data in C# requires more effort than in JavaScript due to static typing.
C# offers the dynamic keyword for late binding to access JSON data, but sacrifices static typing. [ more ]
Medium
4 months ago
Scala

Master Scala Rest APIs in 3 Simple Concepts: Illustrated Guide with Tapir, http4s, and Circe! (2/2)

Auto Derivation Magic simplifies JSON to Scala conversion by leveraging case class attributes.
Importing required objects like io.circe.generic.AutoDerivation and sttp.tapir.generic.auto.SchemaDerivation enables auto-derivation for JSON encoding and decoding. [ more ]
CodeProject
4 months ago
JavaScript

Mastering Type-Safe JSON Serialization in TypeScript

Data serialization is crucial for various web application functionalities like data transfer, storage, and sharing.
Using JSON for serialization and TypeScript for static code checking enhances error detection during development. [ more ]
Raymondcamden
4 months ago
Web development

Links For You

Adobe ColdFusion Online Summit presentation
sparkly-text web component
Judicious JSON deep dive [ more ]
InfoQ
5 months ago
Business intelligence

B2B Data Interchange: Managed Electronic Data Interchange (EDI) on AWS

AWS has introduced B2B Data Interchange, a platform for automating and monitoring EDI-based business transactions.
The service supports the X12 EDI data format and provides a low-code interface for managing trading partners and transforming EDI documents into JSON and XML formats. [ more ]
#JSON
InfoWorld
7 months ago
JavaScript

Using JavaScript's built-in objects

JavaScript's built-in objects include Object, JSON, console, String, Math, Date, and the window and global objects.
Object is the root object of all prototypes in JavaScript and provides important methods like toString() and assign().
JSON is commonly used in JavaScript to transform between string JSON and live JSON objects. [ more ]
Raymondcamden
7 months ago
Web development

Links For You

Photoshop was brought to the web, showcasing the advancements of the web platform.
There are alternatives to JSON for transmitting data, such as Protocol Buffers and Avro.
Advent of Code is a coding challenge that takes place every day from December 1st to the 25th. [ more ]
InfoWorld
7 months ago
JavaScript

Using JavaScript's built-in objects

JavaScript's built-in objects include Object, JSON, console, String, Math, Date, and the window and global objects.
Object is the root object of all prototypes in JavaScript and provides important methods like toString() and assign().
JSON is commonly used in JavaScript to transform between string JSON and live JSON objects. [ more ]
Raymondcamden
7 months ago
Web development

Links For You

Photoshop was brought to the web, showcasing the advancements of the web platform.
There are alternatives to JSON for transmitting data, such as Protocol Buffers and Avro.
Advent of Code is a coding challenge that takes place every day from December 1st to the 25th. [ more ]
moreJSON
Medium
2 weeks ago
JavaScript

Harnessing Scopt and PureConfig for Scala: When to Use Each

Scopt is for parsing command-line arguments, while PureConfig is for managing configurations from external files. [ more ]
Jsoneditoronline
2 weeks ago
JavaScript

Tabular-JSON: Combining the best of JSON and CSV | Indepth

Developing a new data format combining the best of JSON and CSV can address the limitations of both formats, providing a simpler and more compact solution for data purposes. [ more ]
[ Load more ]