Instead of we create the JSON literal string, I propose to use serde_json, since it's already installed on the project, to create a new JSON and stringify it.
I think we could create a function or Struct that creates this JSON literal string using the serde_json library, to avoid to create manually the JSONS and stringifying it later
Instead of we create the JSON literal string, I propose to use serde_json, since it's already installed on the project, to create a new JSON and stringify it.
I think we could create a function or Struct that creates this JSON literal string using the serde_json library, to avoid to create manually the JSONS and stringifying it later