Experimenting with GPT-4 Turbo’s JSON mode
Explores OpenAI's new JSON mode for GPT-4 Turbo, demonstrating how to reliably generate valid JSON output with a Ruby code example.
Explores OpenAI's new JSON mode for GPT-4 Turbo, demonstrating how to reliably generate valid JSON output with a Ruby code example.
A guide to jq, a powerful command-line JSON processor for developers, covering installation, basic usage, and productivity tips.
A step-by-step tutorial on building a JSON API using Java Spring Boot, Maven, and PostgreSQL.
A tutorial on using the fileCache utility from Splendid UI to easily implement local file system caching in Node.js applications.
A tutorial on using pipes and the .[] filter in jq, a command-line JSON processor, for data iteration and transformation.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.
A guide on copying specific elements like queries, metrics, or groups between Azure Workbooks using the Advanced Editor and JSON.
Explains how to handle JSON arrays in Kusto Query Language (KQL) using mv-expand and mv-apply, focusing on Azure AD Conditional Access policy data.
A guide to solving common JSON deserialization issues in .NET, focusing on JsonSerializerOptions and property name casing.
jOOQ 3.18.0 release adds enhanced SQL diagnostics, SQL/JSON support, Oracle/PostgreSQL array features, and R2DBC 1.0 integration.
A tutorial on creating custom VS Code snippets to automate repetitive coding tasks and speed up development workflow.
A guide to handling JSON fields with multiple possible data types (like strings, integers, arrays) during deserialization in Rust using the serde library.
A tutorial on exporting key-value pairs from Azure App Configuration Service to a JSON file using Azure CLI commands.
Golang tutorial on using json.Number to handle multiple types (string and number) in a struct field.
A developer shares two free tools, n:point and Mockeroo, for quickly mocking and generating API endpoints and data for prototyping and testing.
A tutorial on building a basic jq-like JSON parser in Go, focusing on memory-efficient partial parsing and using Go's profiler for optimization.
A developer shares their naive approach to building a custom parser in Elixir to migrate recipe data from a JSON file to a new format.
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
An updated guide on using the Azure Resource Explorer tool within the Azure Portal to view and analyze Azure resources as JSON.
Explains how to import and strongly type JSON data in TypeScript using the resolveJsonModule compiler option and the typeof operator.