Tag

custom decoder

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jun 24, 2024 · Fundamentals

Comprehensive Guide to Python json.loads: Usage, Tips, and Best Practices

This article provides an in‑depth tutorial on Python's json.loads function, covering basic parsing, handling arrays and special values, custom decoding, error handling, advanced features, and security best practices through more than ten practical code examples.

Exception HandlingJSONbest practices
0 likes · 6 min read
Comprehensive Guide to Python json.loads: Usage, Tips, and Best Practices
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 1, 2024 · Backend Development

Introducing Hasaki: A Simple Golang HTTP Restful Client with Custom Decoders and Middleware

This article describes the motivation, design, and usage of Hasaki, a lightweight Go HTTP Restful client that supports custom status‑code handling, multiple data formats such as JSON, XML, YAML and protobuf, builder‑style chaining, and extensible middleware, providing code examples and a plugin architecture.

HTTP ClientHasakiProtobuf
0 likes · 10 min read
Introducing Hasaki: A Simple Golang HTTP Restful Client with Custom Decoders and Middleware