Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
When looking for Perl modules to handle JSON strings and/or documents, I found JSON::PP and JSON::XS. The documentation of JSON::PP says it is compatible with JSON::XS. What do these suffixes me...
#5: Post edited
What do different Perl module name suffixes mean?
- How do I choose the correct Perl module from these variations?
- When looking for Perl modules to handle JSON strings and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2].
- 1. What do these suffixes mean?
2. Which one should be used and why?- [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm
- [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm
- When looking for Perl modules to handle JSON strings and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2].
- 1. What do these suffixes mean?
- 2. Which one should I use and why?
- [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm
- [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm
#4: Post edited
What's the difference between these Perl modules?
- What do different Perl module name suffixes mean?
When looking for Perl modules to handle JSON string and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2].- 1. What do these suffixes mean?
- 2. Which one should be used and why?
- [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm
- [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm
- When looking for Perl modules to handle JSON strings and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2].
- 1. What do these suffixes mean?
- 2. Which one should be used and why?
- [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm
- [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm
#3: Post edited
- When looking for Perl modules to handle JSON string and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2].
- 1. What do these suffixes mean?
- 2. Which one should be used and why?
- [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm
- [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm
- When looking for Perl modules to handle JSON string and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2].
- 1. What do these suffixes mean?
- 2. Which one should be used and why?
- [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm
- [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm
#1: Initial revision
What's the difference between these Perl modules?
When looking for Perl modules to handle JSON string and/or documents, I found [`JSON::PP`][1] and [`JSON::XS`][2]. The documentation of [`JSON::PP`][1] says it is compatible with [`JSON::XS`][2]. 1. What do these suffixes mean? 2. Which one should be used and why? [1]: http://search.cpan.org/~makamaka/JSON-PP-2.27400/lib/JSON/PP.pm [2]: http://search.cpan.org/~mlehmann/JSON-XS-3.02/XS.pm