skip to Main Content

Partially flatten nested JSON and pivot longer

I have many JSON files with the following structure: { "requestId": "test", "executionDate": "2023-05-10", "executionTime": "12:02:22", "request": { "fields": [{ "geometry": { "type": "Point", "coordinates": [-90, 41] }, "colour": "blue", "bean": "blaCk", "birthday": "2021-01-01", "arst": "111", "arstg": "rst", "fct": {…

VIEW QUESTION

Can a JSON file be converted to a PDF?

I'm using pdf2json (https://github.com/modesty/pdf2json) to convert some PDF files to JSON. I am modifying the JSON files (the ones generated by pdf2json) and then I would like to obtain the corresponding PDF files using the modified JSON files. Is there…

VIEW QUESTION
Back To Top
Search