app.quicktype.io Open in urlscan Pro
76.76.21.241  Public Scan

Submitted URL: http://app.quicktype.io/
Effective URL: https://app.quicktype.io/
Submission: On November 03 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

You need to enable JavaScript to run this app.
Sponsor us!Share on TwitterOpen on GitHubOptions
NameSource type
JSONMultiple JSONJSON SchemaPostman v2.1
Swift
TypeSample
 * Expand groupWelcome
   

1
2
3
4
5
6
7
8
9
{
"greeting": "Welcome to quicktype!",
"instructions": [
"Type or paste JSON here",
"Or choose a sample above",
"quicktype will generate code in your",
"chosen language to parse the sample data"
]
}


 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file was generated from JSON Schema using quicktype, do not modify it
directly.
// To parse the JSON, add this file to your project and do:
//
// let welcome = try? JSONDecoder().decode(Welcome.self, from: jsonData)

import Foundation

// MARK: - Welcome
struct Welcome: Codable {
let greeting: String
let instructions: [String]
}



 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Language
Other
C (cJSON)C#C++CrystalDartElmFlowGoHaskellJavaJavaScriptJavaScript PropTypesJSON
SchemaKotlinObjective-CPHPPikePythonRubyRustScala3SmithySwiftTypeScriptTypeScript
Effect SchemaTypeScript Zod
Structs or classes
StructClass
Plain types onlyGenerate initializers and mutatorsExplicit CodingKey values in
Codable typesAlamofire extensionsObjects inherit from NSObject and @objcMembers
is added to classesIf no matching case is found enum value is set to nullMark
generated models as SendableRenders output in a Swift 5 compatible modeRenders
each top-level object in its own Swift fileUse var instead of let for object
propertiesMake all properties optional
Code density
DenseNormal
Access level
InternalPublic
Prefix for type namesMake types implement protocol
NoneEquatableHashable
Acronym naming style
OriginalPascalCamelLower Case
Support LinuxDetect UUIDsDetect dates & timesDetect enumsDetect mapsDon't treat
$ref as a reference in JSONMerge similar classes
Copy Code