generated from arrow-kt/Arrow-KMP-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathknit.code.include
More file actions
31 lines (29 loc) · 728 Bytes
/
knit.code.include
File metadata and controls
31 lines (29 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// This file was automatically generated from ${file.name} by Knit tool. Do not edit.
@file:Suppress("InvalidPackageDeclaration")
package ${knit.package}.${knit.name}
import kotlinx.serialization.*
import kotlinx.serialization.json.*
import arrow.optics.*
import io.github.nomisrev.*
import arrow.optics.typeclasses.*
private const val JSON_STRING = """
{
"name": "Arrow",
"address": {
"city": "Functional Town",
"street": {
"number": 1337,
"name": "Functional street"
}
},
"employees": [
{
"name": "John",
"lastName": "doe"
},
{
"name": "Jane",
"lastName": "doe"
}
]
}"""