Hiding JSON-formatted data in the DOM with CSP enabled
Explains how to pass server-generated JSON data to the front-end when Content Security Policy (CSP) blocks inline scripts, comparing performance impacts.
Explains how to pass server-generated JSON data to the front-end when Content Security Policy (CSP) blocks inline scripts, comparing performance impacts.
A guide on creating a Python script to download songs from ex.fm by analyzing its API, though the service is now defunct.
Explains why to use JSON over Python's pickle for data serialization, covering security, readability, and cross-language compatibility.
Introduces Property Mapper, a library to simplify and automate data parsing in iOS apps, replacing manual JSON mapping with declarative code.
Explains how to use `xhr.responseType='json'` to simplify fetching and parsing JSON data via Ajax in web development.
Compares hstore and JSON data types in PostgreSQL, discussing their features, limitations, and use cases for schema-less data storage.
Argues that simple, open standards like HTTP, JSON, and Markdown consistently win over complex, heavyweight solutions on the internet.
A guide to using JavaScript functions within PostgreSQL for JSON data manipulation, featuring examples and code snippets.
Developer creates an open-source web app to calculate screen DPI/PPI, detailing the project's inspiration, features, and development process.
A developer shares a humorous and insightful experience debugging an R package for the Adobe API, focusing on error handling and JSON parsing.
A developer describes a .NET project to import personal Twitter archive data into ElasticSearch for better search and analysis.
A guide to overriding CL-JSON's default encoding for CLOS objects, specifically to handle NULL values from Postmodern DAOs correctly.
A guide to implementing RESTful hypermedia links in ASP.NET Web API, including JSON serialization and custom link classes.
Explains how to use Hippo CMS 7.5's new RESTful JAX-RS components to expose data for external apps, with a focus on Android development.
Slides from a 2010 VISUG session on building rich web applications using ASP.NET MVC and jQuery as an alternative to Silverlight.
Explores a critical Internet Explorer vulnerability where JSON containing script tags can trigger XSS attacks due to improper handling.
Announcing the alpha release of jsonschema 0.2, detailing new features like additionalProperties validation, interactive mode, and bug fixes.
A summary of Bob's presentation on the Erlang programming language, its growing popularity, and his history with emerging tech trends.
A guide to creating and implementing a dynamic web app manifest file in a Next.js application using the metadata API.