Tag

Data Conversion

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 7, 2025 · Backend Development

Mastering Spring Boot 3 BeanWrapper: Real-World Cases & Code Walkthrough

This article explains how Spring Boot 3's BeanWrapper simplifies Java object property manipulation with detailed examples covering basic usage, map binding, nested objects, collections, custom type conversion, HTTP request binding, property access, and metadata extraction.

BeanWrapperData ConversionJava
0 likes · 9 min read
Mastering Spring Boot 3 BeanWrapper: Real-World Cases & Code Walkthrough
php中文网 Courses
php中文网 Courses
Mar 5, 2025 · Backend Development

Using PHP json_decode to Convert JSON Strings to PHP Variables

This article explains how PHP's built-in json_decode function converts JSON-formatted strings into PHP variables, demonstrating both object and associative array outputs with code examples, and shows how to adjust parameters to obtain the desired data structure.

Data ConversionJSONPHP
0 likes · 4 min read
Using PHP json_decode to Convert JSON Strings to PHP Variables
Test Development Learning Exchange
Test Development Learning Exchange
Oct 1, 2024 · Fundamentals

Python Data Type Conversions: str ↔ list ↔ JSON and Common Transformations

This article explains how to convert between strings, lists, dictionaries, and JSON in Python using ast.literal_eval, json.loads, and json.dumps, and demonstrates practical applications such as API response handling in automation testing.

Data ConversionJSON__str__
0 likes · 6 min read
Python Data Type Conversions: str ↔ list ↔ JSON and Common Transformations
php中文网 Courses
php中文网 Courses
Jun 12, 2024 · Backend Development

Using PHP json_decode to Convert JSON Strings to PHP Variables

This article explains how PHP's json_decode function can transform JSON-formatted strings into PHP objects or associative arrays, demonstrates usage with code examples, and shows the resulting output for both object and array conversions.

Data ConversionJSONPHP
0 likes · 4 min read
Using PHP json_decode to Convert JSON Strings to PHP Variables
Test Development Learning Exchange
Test Development Learning Exchange
Jul 12, 2023 · Fundamentals

Python Code Snippets for Data Conversion, Date/Time Handling, File I/O, QR/Barcode Generation, List & JSON Comparison, and File Management

This article provides a collection of Python examples that demonstrate how to convert lists and strings to JSON, format dates and timestamps, read files, generate QR codes and barcodes, compare lists and JSON data, retrieve class methods via reflection, and automatically delete large files based on size and time.

BarcodeData ConversionDateTime
0 likes · 14 min read
Python Code Snippets for Data Conversion, Date/Time Handling, File I/O, QR/Barcode Generation, List & JSON Comparison, and File Management
Test Development Learning Exchange
Test Development Learning Exchange
Jun 18, 2023 · Frontend Development

Building a Chrome Extension for JSON-FormData Data Format Conversion Using Python

This article introduces how to build a Chrome extension using Python to convert JSON data to FormData format and vice versa, improving development efficiency through browser-based data format conversion.

Chrome ExtensionData ConversionFlask
0 likes · 7 min read
Building a Chrome Extension for JSON-FormData Data Format Conversion Using Python
Test Development Learning Exchange
Test Development Learning Exchange
May 13, 2023 · Fundamentals

Comprehensive Python Snippets: JSON Conversion, Date/Time Formatting, File I/O, QR & Barcode Generation, List & JSON Comparison, Class Reflection, and File Size Management

This article presents a collection of Python code examples covering JSON serialization, date‑time formatting, file reading, QR‑code and barcode creation, list and JSON comparison, class method reflection, and automatic file‑size‑based cleanup, providing practical guidance for everyday scripting tasks.

BarcodeData ConversionDateTime
0 likes · 14 min read
Comprehensive Python Snippets: JSON Conversion, Date/Time Formatting, File I/O, QR & Barcode Generation, List & JSON Comparison, Class Reflection, and File Size Management
vivo Internet Technology
vivo Internet Technology
Apr 27, 2022 · Big Data

ClickHouse Funnel Analysis Model Practice - User Behavior Analysis Series (Part 2)

The second article in the user‑behavior series explains ClickHouse‑based funnel analysis, covering unordered and ordered models, configuration, computation, and storage phases, key ClickHouse functions such as windowFunnel and array utilities, detailed SQL examples, and optimization strategies for real‑time, low‑cost querying.

Big DataClickHouseClickHouse functions
0 likes · 17 min read
ClickHouse Funnel Analysis Model Practice - User Behavior Analysis Series (Part 2)
Test Development Learning Exchange
Test Development Learning Exchange
Jun 13, 2018 · Backend Development

Convert Excel Data to JSON Using Python (xlrd)

This tutorial demonstrates how to use Python's xlrd and json modules to read an Excel file, extract its rows and columns, and convert the data into a JSON string suitable for API testing, preserving non‑ASCII characters.

AutomationData ConversionExcel
0 likes · 2 min read
Convert Excel Data to JSON Using Python (xlrd)