About 1,720,000 results
Open links in new tab
  1. Is JSON a language, if not how would it be classified?

    Dec 12, 2013 · 4 JSON is a data format. It could be classified as a language, but not a programming language. Its relationship to JavaScript is that it shares its syntax (more or less) …

  2. What is JSON and what is it used for? - Stack Overflow

    679 JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. It is based on a subset of JavaScript language (the way objects are built in JavaScript). As …

  3. How can I make some text from a json string bold? - Stack Overflow

    Nov 6, 2019 · Is there something I'm missing? I don't think one can just make the string bold in the JSON...perhaps I need to use a regex? Any help would be greatly appreciated.

  4. How to use if statement inside JSON? - Stack Overflow

    How to use if statement inside JSON? Asked 12 years, 8 months ago Modified 3 years, 8 months ago Viewed 179k times

  5. web services - JSON character encoding - is UTF-8 well-supported …

    Previous specifications of JSON have not required the use of UTF-8 when transmitting JSON text. However, the vast majority of JSON-based software implementations have chosen to use the …

  6. SharePoint Available Icons - Stack Overflow

    Jan 24, 2024 · In the JSON code to format a SharePoint header you can specify an icon to be used. Does anyone know where the list of usable icons can be found? The code below allows …

  7. Using JSON code formatting in SharePoint List Gallery view to …

    Apr 2, 2025 · used the Embed web part to insert an iFrame on the page, ensuring that its name attribute matches the target name in the JSON code. The net result of all this is the SharePoint …

  8. JSON Naming Convention (snake_case, camelCase or PascalCase)

    JSON-LD - camelCased Conclusions Choosing the right JSON naming convention for your JSON implementation depends on your technology stack. There are cases where you can use …

  9. How to make a JSON call to an URL? - Stack Overflow

    21 In modern-day JS, you can get your JSON data by calling ES6's fetch() on your URL and then using ES7's async/await to "unpack" the Response object from the fetch to get the JSON data …

  10. Format background color for SharePoint List items in a Calendar …

    Sep 7, 2023 · Format background color for SharePoint List items in a Calendar view using JSON and relative dates Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 1k times