[Libreoffice-bugs] [Bug 113974] New: Ability to parse/filter JSON data and extract fields
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 21 16:04:24 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=113974
Bug ID: 113974
Summary: Ability to parse/filter JSON data and extract fields
Product: LibreOffice
Version: 5.4.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: ddascalescu+freedesktop at gmail.com
Description:
REST is far more popular than SOAP nowadays, and it's time to have a FILTERJSON
function equivalent to FILTERXML.
Steps to Reproduce:
The vast majority of REST APIs return JSON data.
Actual Results:
FILTERJSON (or "PARSEJSON") could use dotted notation to extract object fields.
Expected Results:
A1:
=WEBSERVICE("https://api.github.com/repos/DmytroBazunov/LibreOfficeGetRestPlugin/issues/6")
B1: = PARSEJSON(A1, "user.login") // "dandv"
Reproducible: Always
User Profile Reset: No
Additional Info:
There's a poorly maintained plugin that attempts to do this,
https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/issues/6
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/62.0.3202.89 Safari/537.36
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171121/ef1329f0/attachment.html>
More information about the Libreoffice-bugs
mailing list