9
human06
7y

Just finished going through a 45k++ lines of json objects to find those stupid objects with wrong formate !!
😣😭 and they are all numbers !!!!

Comments
  • 3
    Could have written a program to read it as a text file and validate format ;-D
  • 1
    Regex is not easy, but it could help in this case. Many text editors and IDEs have a regex search option.
  • 3
    Try some online JSON validator
  • 1
    linter is your friend!
Add Comment