Skip to content

How to test if a property exists on a JSON object? #1119

@RTSMikeM

Description

@RTSMikeM

Xcode 13.4.1 with SwiftUI

Given a simple JSON object (hash)
How can I check if an optional property exists?

Ex: JSON object is of type SwiftyJSON:

if(JSON.exists("myOptionalProperty") {
//DO SOMETHING
}

Either I'm missing this or it's a lacking feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions