79600698

Date: 2025-04-30 16:03:19
Score: 1.5
Natty:
Report link

For the ‘ValueError’, your JSON file is not in the format that the ReadFromJson are expecting. Instead of one object per line, it is reading your JSON file as one big array of JSON objects.

ReadFromJson does not support array type of objects, so the best you can do is to reformat your JSON file to a ‘one object per line’.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: marky