79201590

Date: 2024-11-18 22:20:59
Score: 0.5
Natty:
Report link

Using double @ didn't work for me. Instead, I used an expression like this:

@{'@'}

It's a formula that returns an @ character.

Your example would look like this:

{
   "Username":"MyName",
   "Password":"@{'@'}mycode",
   "PrivateKey":"1234"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: burkybang