I'm testing the targeting of images with the URL. But during the tests, the URL was returned with changes as seen below:
URL entered in the database:
http://www.meusite.com.br/pastaimagem/logos/imageLogo.jpg
URL returned by the bank:
h...
I'm trying to transform the data returned from a database query in Json format, so far it's almost right, but I believe the format is being created incorrectly!
json is being generated as follows!
[{"codigo":"1","nome":"Lucas Marioano Perei...
I have a demand where I need to import a JSON file with 65k of records for my Android app, after calling the URL of my REST service the app starts importing the data however crashes after some time, I would like to know the...
When developing a web application, using ASP.NET MVC, I need to return the view layer, data as JSON in the following format:
{
'title': 'Gallery 1',
'description': 'Description of gallery...',
'thumbnail':
[...
How do I insert data into an external Json file:
var json =
{
caminho: "img/minhaIMG.png",
descricao: "minha descricão"
}
How can I insert new data into this json file? In my case, I would use the same as a "Database" of my files.
A...
I created a unique subdomain to provide data from my tables in JSON, it facilitates requests for both the mobile version and the desktop version of my site, but I would like to protect such data or at least make it difficult to access them , wha...