[gookit/properties](https://github.com/gookit/properties) - Java Properties 格式内容的解析器,编码解码库
- 通用的Java `properties` 格式内容解析器
- 支持像 `json` 包一样的 `Marshal` 和 `Unmarshal`
- 支持以 `!`, `#` 开头的行注释
- 增强: 也额外支持 `//`, `/* multi line comments */`
- 支持多行字符串值,以 `\\` 结尾进行换行
- 增强: 也额外支持 `'''multi line string''''`, `"""multi line string"""`
- 支持值引用 var 解析。 format: `${some.other.key}`
- 支持 ENV 变量解析。 format: `${APP_ENV}`, `${APP_ENV | default}`
> Github: https://github.com/gookit/properties
## 使用说明
使用说明请看 [README](https://github.com/gookit/properties/blob/main/README.zh-CN.md)
有疑问加站长微信联系(非本文作者)