Re: JSON Strict Mode

2011-08-05 Thread Chris Rebert
> On Fri, Aug 5, 2011 at 2:19 AM, Chris Rebert wrote: >> On Thu, Aug 4, 2011 at 8:25 PM, John Riselvato >> wrote: >> > I am working on a license verification script. I am rather new to the >> > concept and to JSON files in general. >> > This is what my pseudocode looks like: >> >> >> >> licenses

Re: JSON Strict Mode

2011-08-04 Thread Chris Rebert
On Thu, Aug 4, 2011 at 8:25 PM, John Riselvato wrote: > I am working on a license verification script. I am rather new to the > concept and to JSON files in general. Based on your questions, reading a programming tutorial might be a good idea. Here's one that uses Python and that I've heard prais

JSON Strict Mode

2011-08-04 Thread John Riselvato
I am working on a license verification script. I am rather new to the concept and to JSON files in general. This is what my pseudocode looks like: licenses = meta['license'] > for x in licenses: > if licenses[x]['terms'] is not valid opensource license > if in strict mode >