Skip to content

Commit 7a055dd

Browse files
committed
[backend] add more keywords to Encoding category
1 parent ae27b3a commit 7a055dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main/registry/packagesByCategory.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module {
4444
},
4545
{
4646
title = "Encoding";
47-
keywords = ["encoding", "decoding", "serialization", "deserialization", "serialize", "deserialize", "encoder", "decoder", "encode", "decode"];
47+
keywords = ["encoding", "decoding", "serialization", "deserialization", "serialize", "deserialize", "encoder", "decoder", "encode", "decode", "parse", "parser", "stringfy", "json", "cbor", "candid"];
4848
legacyNames = [
4949
"deflate",
5050
"serde",

0 commit comments

Comments
 (0)