gwg/vec_dict_json
Archived
2
0
Fork
You've already forked vec_dict_json
0
↗️ 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%
2026年06月12日 17:38:55 +07:00
src/vec/dict feat: Updated to v3.0.0. 2025年09月25日 21:11:49 +07:00
test feat: Init. 2025年06月18日 15:37:16 +07:00
.gitignore feat: Init. 2025年06月18日 15:37:16 +07:00
gleam.toml feat: Deprecated. 2026年06月12日 17:38:55 +07:00
manifest.toml feat: Deprecated. 2026年06月12日 17:38:55 +07:00
README.md feat: Deprecated. 2026年06月12日 17:36:36 +07:00

Warning

This library is deprecated and not recommended to use. Please use the vec*.to_string() function instead.

vec_dict_json

Package Version Hex Docs

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.