Hi,
I have been playing with JSON data in my programming projects. I have figured out how to post or send JSON URL request to a server and parse JSON data within Lazarus projects.
Now, I want to setup a server that will respond with JSON data back to a client from within Lazarus program. I have looked into it on the Internet and I kept coming across JSON server. However, they say JSON server is so basic that it lacks security and it should never be used but only for TESTING PURPOSES.
As you can see, I am a beginner in this area. So, what should I do? First setup web server? LAMP or something similar? Then, Lazarus JSON response handler? Any sample JSON response handler code will be greatly appreciated.
Thanks in advance.