**** BEGIN LOGGING AT Wed Jul 15 02:59:58 2015 Jul 15 19:45:50 chall: I've got a problem using JSON.parse, wondering if you might be able to help Jul 15 19:59:58 GodGinrai, what's up? Jul 15 20:00:30 well, I was trying to figure out how to detect if a string was just a string or if it was JSON before going into JSON.parse Jul 15 20:00:38 because if you just pass a string, it freaks out Jul 15 20:34:51 that's probably one of those places where you just have to try/catch it Jul 15 20:35:09 I don't really know any good ways to validate that something is JSON without just parsing it to find out Jul 15 20:35:24 it's probably faster to just try/catch it, performance wise Jul 15 20:36:51 yea, I solved it with a try-catch **** ENDING LOGGING AT Thu Jul 16 02:59:59 2015