in reply to Validating a JSON structure: Part Deux

I didn't run your code, I want to point out some alternatives: Kwalify, Data::Rx
  • Comment on Re: Validating a JSON structure: Part Deux

Replies are listed 'Best First'.
Re^2: Validating a JSON structure: Part Deux
by sherab (Scribe) on Sep 05, 2012 at 20:31 UTC
    Thanks! Kwalify looks especially intriguing.