79664071

Date: 2025-06-12 20:18:27
Score: 0.5
Natty:
Report link

The problem was the depth in converting to JSON. The default is too shallow, so "self" was coming out as an object reference, not the string. Just need to add the -Depth flag with enough to get down to it.

| ConvertTo-Json -Depth 20
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Adam Winter