Activity Forums Salesforce® Discussions List types Natively supported by Salesforce JSON?

  • Anjali

    Member
    October 5, 2018 at 5:20 am

    Hi Chanchal,

    JSON data consists of the following types:

    Array: ordered values, separated by commas, enclosed in square brackets
    Boolean: true or false
    null: empty value
    Object: unordered key/value collection enclosed in curly braces
    String: Unicode enclosed in double quotation marks
    Value: a string, number, true, false, null
    Whitespace: used between tokens
    Number: double-precision floating point number, including exponential numbers, NaN, and Infinity. Octal and hexadecimal are not supported.

  • Avnish Yadav

    Member
    October 17, 2018 at 12:40 pm

    Hello,

    JSON supports Objects, Arrays, Primitives (strings, numbers, boolean values (true/false), null) data types.
    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos