I realise that there hasn't been much development on this in the last decade, but I'm still interested as a perl user of 25 years and working on the text editing and analysis tool at menotag.ku.dk
I'm putting in CollateX JSON output but running into two problems: CollateX may have changed its format since this tool was updated, because (when using the JSON string):
Can't use an undefined value as an ARRAY reference at /usr/local/share/perl5/Text/Tradition/Parser/JSON.pm line 160, line 41.
Additionally, I'm using string input because Text::Tradition won't read the JSON file:
malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/share/perl5/Text/Tradition/Parser/JSON.pm line 117.
Where the JSON file is perfectly fine.
I realise that there hasn't been much development on this in the last decade, but I'm still interested as a perl user of 25 years and working on the text editing and analysis tool at menotag.ku.dk
I'm putting in CollateX JSON output but running into two problems: CollateX may have changed its format since this tool was updated, because (when using the JSON string):
Can't use an undefined value as an ARRAY reference at /usr/local/share/perl5/Text/Tradition/Parser/JSON.pm line 160, line 41.
Additionally, I'm using string input because Text::Tradition won't read the JSON file:
malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/share/perl5/Text/Tradition/Parser/JSON.pm line 117.
Where the JSON file is perfectly fine.