mikeedwards / po2json

Pure Javascript implementation of Uniforum message translation. Based on a great gist.
https://gist.github.com/1739769
Other
178 stars 62 forks source link

PO AJAX response 2 JSON? #68

Closed sabsaxo closed 6 years ago

sabsaxo commented 6 years ago

How can I convert a PO AJAX server response object to JSON?

mikeedwards commented 6 years ago

Sorry, cleaning up the issues here. AJAX is a bit out of scope for this module, but you should be able to parse any stream or string with PO data in it once it's received by the client.