Hi !
(https://github.com/oseamiya/Baserow)
Documentation
Extension Version: 4.1
Date Built: 2022-04-27
I use "GetAllRows" and should be response at .JSON format, but both web.jsonTextDecode and web.jsonTextDecodeWithDictionaries fails to decode.
I think that becouse Baserow :
- "response" looks like ["{"key":"value",
- "values" looks like [[value1, value2, value3],[....],[...]].
Normal JSON can`t contain "[", its only operate with "{".
How to use/convert such Baserow responses ?