in reply to JSON - decode_json function is not working.

If your JSON is being written by a person then you could turn on relaxed which allows trailing commas and comments, but they are non standard extensions. I find this useful for config files, but use it with caution.

  • Comment on Re: JSON - decode_json function is not working.