I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-02-05 08:18:16-08 by metadatacrucher in response to 9863
Re: Feature Request: JSON Export
Hi Phil,

yes, it's definitely a good idea to emit a JSON array even when just one image is read. This ensures the programmer can use the same logic (array iteration) to process a single or multifile-output.

About the boolean values: here we are in an old dilemma - do we want the value to be "queryable" in a database (then boolean values/enumerated constants would be a better option) or "presentable" to an enduser (this means to provide meaningful translations of the values).

I see this problem in a bigger context (also with the recent translation efforts). I think it's to early to definitely decide on it. For now, just implement JSON support in your way... I'm sure sooner or later there will be suggestions to refine it with additional export options.

- Franz
Direct Responses: 9866 | Write a response