Question : Suppose the following JSON: {“id”: 1, “preco”: 100, “detalhe”: “nenhum”} If I build an array with 100 of […]
Tag: json
Validate max_size in an input type=”file” with JS
Question : Well, I’m trying to validate max_size in js, but as I do not understand much, I was able […]
Algorithm – How to get the days in a week JS
Question : I have the following situation: I need to set the days of each week within a month, creating […]
What is the correct MIME type?
Question : In order to allow data to be exchanged between the server and the browser, a number of means […]
Help JSON Delphi
Question : Good afternoon! Could you help me read this JSON file in Delphi. I have already tried numerous classes, […]
Gson to Java – Map
Question : I need to pass these values from a json file to a java class, the Json file is […]
I can not extract information from Json in Laravel
Question : I get a request like this … public function store(Request $request) { return response()->json($request->all()); } The output is […]
How to make the page load only after getJSON returns?
Question : I’m retrieving a list in JSON using the jQuery.getJSON function: http=jQuery.getJSON(url); This code returns the object perfectly, but […]
Remove header return Owin WebApi
Question : A simple return query to my REST service yields the following answer: { “Id”: 1, “Descricao”: “TIROLESA DE […]
API Central Bank, IPCA and SELIC
Question : I was asked for a project, to make monthly consultation of IPCA and SELIC rate, from a central […]