https://github.com/arduino/go-properties-orderedmap
Helper functions to handle ordered maps of hierarchical properties
https://github.com/arduino/go-properties-orderedmap
arduino go golang tooling-team
Last synced: 4 months ago
JSON representation
Helper functions to handle ordered maps of hierarchical properties
- Host: GitHub
- URL: https://github.com/arduino/go-properties-orderedmap
- Owner: arduino
- License: gpl-2.0
- Created: 2018-10-01T09:54:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T12:45:25.000Z (8 months ago)
- Last Synced: 2025-01-29T10:51:36.516Z (4 months ago)
- Topics: arduino, go, golang, tooling-team
- Language: Go
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 17
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/arduino/go-properties-orderedmap)
[](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-license.yml)
[](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-markdown-task.yml)
[](https://github.com/arduino/go-properties-orderedmap/actions/workflows/check-taskfiles.yml)Package `properties` is a library for handling maps of hierarchical properties.
This library is mainly used in the Arduino platform software to handle
configurations made of key/value pairs stored in files with an INI like
syntax.This map also keeps the insertion order when ranging through the `Keys()` method.
For more information read the docs [here](https://godoc.org/github.com/arduino/go-properties-orderedmap).
## Security
If you think you found a vulnerability or other security-related bug in this project, please read our
[security policy](https://github.com/arduino/go-properties-orderedmap/security/policy) and report the bug to our Security Team 🛡️
Thank you!e-mail contact: [email protected]