'GCP Secret Manager

when I try to store a json into the Secret Manager like:

{"foo":"hoge"}

and after parse with JSON i get :

{
"foo":"hoge"
}

I cannot access to any property it always return me a binary type. any suggestion?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source