Write a JSON validator

Write a program that determines whether its input is valid JSON. Input: ASCII text: [\x00-\x7F]* Note: if ASCII is problematic, feel free to use another encoding, but indicate it in your post. Ou...