About 1,250,000 results
Open links in new tab
  1. Is there any standard for JSON API response format?

    Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response

  2. java - Date format Mapping to JSON Jackson - Stack Overflow

    Sep 17, 2012 · spring.jackson.date-format=yyyy-MM-dd'T'HH:mm:ss.SSS NOTE: If using this solution use the Spring Dependency Injection to get the reference of the ObjectMapper class. …

  3. How do I get formatted JSON in .NET using C#? - Stack Overflow

    Apr 18, 2010 · 2025 Update For those who ask how I get formatted JSON in .NET using C# and want to see how to use it right away and one-line lovers. Here are the indented JSON string …

  4. rest - How do I POST JSON data with cURL? - Stack Overflow

    I use Ubuntu and installed cURL on it. I want to test my Spring REST application with cURL. I wrote my POST code at the Java side. However, I want to test it with cURL. I am trying to post …

  5. How do I make a JSON object with multiple arrays?

    The JSON data is an object (basically an associative array). Indexed arrays use square brackets, , while associative arrays use curly braces, . Any of the data within the outermost object can …

  6. Complex JSON nesting of objects and arrays - Stack Overflow

    May 11, 2012 · Yaml is in between Xml and json. But if you want to work with Javascript heavily and/or your software makes a lot of data transfer between browser-server, you should use …

  7. How to send a JSON object using html form data - Stack Overflow

    This example is for GraphQL but it will work for any endpoint that is expecting a JSON message. GrapqhQL by default expects a parameter called operations where you can add your query or …

  8. json - Java 8 LocalDate Jackson format - Stack Overflow

    Mar 2, 2015 · If you use serializers and deserializers in jackson-datatype-jsr310, better add @JsonFormat (shape = JsonFormat.Shape.STRING) to your field. Without this format, the …

  9. What is the "right" JSON date format? - Stack Overflow

    If you have control over the generated json, for example, you provide data to other systems in json format, choosing 8601 as the date interchange format is a good choice.

  10. how to return json format from ODATA? - Stack Overflow

    May 12, 2016 · 9 No-one seems to be answering your question very cleanly here! From an HTML page you can use the following Javascript / JQuery code to have a WCF Data Service return …