↗️ VecDict-to-JSON for Gleam
https://vec-dict-json.hexdocs.pm
This repository has been archived on 2026年06月12日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Gleam 100%
| src/vec/dict | feat: Updated to v3.0.0. | |
| test | feat: Init. | |
| .gitignore | feat: Init. | |
| gleam.toml | feat: Deprecated. | |
| manifest.toml | feat: Deprecated. | |
| README.md | feat: Deprecated. | |
Warning
This library is deprecated and not recommended to use. Please use the
vec*.to_string()function instead.
vec_dict_json
This is JSON support for the vec_dict library.
Installation
gleam add vec_dict_json
Further documentation can be found at https://hexdocs.pm/vec_dict_json.