Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aitinkr/aitinkr_json_fields
https://github.com/aitinkr/aitinkr_json_fields
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aitinkr/aitinkr_json_fields
- Owner: AITINKR
- Created: 2024-09-20T07:37:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T08:25:17.000Z (5 months ago)
- Last Synced: 2024-11-13T13:42:14.719Z (3 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AITINKR_JSON_FIELDS Library
The **AITINKR_JSON_FIELDS** library is designed to handle dynamic JSON field management for Arduino-based projects. It offers simple methods to add, modify, delete, and clear fields while maintaining a lightweight structure using the ArduinoJson library.
## Features
- **Add fields with various data types**: Supports int, float, double, and String types.
- **Precision control**: Custom precision support for float and double values.
- **String fields**: Easily handle String values for both labels and values.
- **Clear or delete fields**: Remove specific fields by index or clear the entire JSON document.
- **Lightweight**: Utilizes a fixed-size buffer to minimize memory usage on embedded devices.## Requirements
- ArduinoJson library
- Compatible with Arduino