Tagged articles
12 articles
Page 1 of 1
php Courses
php Courses
Dec 1, 2025 · Backend Development

Master PHP’s json_decode(): Parameters, Options, and Real‑World Examples

Learn how PHP’s json_decode() function converts JSON strings into objects or associative arrays, explore its required and optional parameters—including depth, associative flag, and decoding options—and see a complete code example that demonstrates extracting names, ages, and skill lists from decoded data.

BackendData ParsingPHP
0 likes · 4 min read
Master PHP’s json_decode(): Parameters, Options, and Real‑World Examples
Tech Freedom Circle
Tech Freedom Circle
Sep 25, 2025 · Artificial Intelligence

RAGFlow Deep Dive: Data Parsing and Knowledge Graph Construction

This article examines RAGFlow's end‑to‑end pipeline for turning diverse documents into structured knowledge, detailing the TaskExecutor factory, the DeepDoc layout‑aware parser, chunking strategies, embedding and storage mechanisms, and the GraphRAG‑based knowledge‑graph extraction that together enable high‑precision retrieval and reasoning.

Data ParsingDeepDocElasticsearch
0 likes · 15 min read
RAGFlow Deep Dive: Data Parsing and Knowledge Graph Construction
Test Development Learning Exchange
Test Development Learning Exchange
Nov 2, 2024 · Big Data

Python Data Parsing and Large‑Scale Data Processing Techniques

This article introduces Python's built‑in modules and popular libraries for parsing CSV, JSON, and XML files, demonstrates advanced data manipulation with pandas, and presents multiple strategies—including chunked reading, Dask, PySpark, HDF5, databases, Vaex, and NumPy memory‑mapping—for efficiently handling very large datasets.

Big DataCSVData Parsing
0 likes · 14 min read
Python Data Parsing and Large‑Scale Data Processing Techniques
php Courses
php Courses
Aug 26, 2024 · Backend Development

Understanding PHP json_decode(): Function, Parameters, and Example

This article explains PHP's json_decode() function, detailing its purpose, parameters, and providing a clear code example that demonstrates how to decode a JSON string into an associative array and access its contents in web development.

Data ParsingWeb Developmentjson_decode
0 likes · 4 min read
Understanding PHP json_decode(): Function, Parameters, and Example
php Courses
php Courses
Jul 10, 2023 · Backend Development

How to Parse JSON Data in PHP: Encoding and Decoding Guide

This article explains what JSON is and demonstrates how to encode and decode JSON data in PHP using json_encode() and json_decode(), including examples with associative arrays, indexed arrays, JSON_FORCE_OBJECT, and iteration over decoded structures.

BackendData ParsingJSON
0 likes · 7 min read
How to Parse JSON Data in PHP: Encoding and Decoding Guide