Gusyatnikova Natalia
Results
2
comments of
Gusyatnikova Natalia
Hello! You can use to_binary function: Let binaryBody = to_binary('"id"=15') Hope it helps, Natalia
Hi, @leopku, you can try to add by yourself something like this: 1. To pkg/stdlib/types file to_binary.go with function ``` func ToBinary(ctx context.Context, args ...core.Value) (core.Value, error) { err :=...