Dynamic Retrieve of External Json

Ramón San Félix Ramón
CODE AUTHOR
Posts: 33
 3 weeks 1 day ago #587 by Ramón San Félix Ramón
Ramón San Félix Ramón created the code: Dynamic Retrieve of External Json

To start the year 2025, and after talking a few days ago with a colleague about this topic, today I would like to share this example with you. In it, we will explore how to perform a dynamic retrieve on a DataWindow in PowerBuilder using JSON data. This approach is especially useful when we don't know precisely what data will be obtained from the API and is ideal for applications that need to update their content in real time from external web services.

I leave you here a copy of the project today but I always recommend that you download it from git hub in case there is an update:

github.com/rasanfe/jsontodw

To be aware of what I publish you can follow my blog in Spanish:

rsrsystem.blogspot.com/

This message has an attachment file.
Please log in or register to see it.

Please Log in or Create an account to join the conversation.

Vassilis Filippopoulos
Posts: 4
 2 weeks 12 hours ago #588 by Vassilis Filippopoulos
Vassilis Filippopoulos replied the code: Dynamic Retrieve of External Json

It's an excellent example if needed to import an aknown JSON on the fly.

Thank you so much !

Please Log in or Create an account to join the conversation.