You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If a element of map of a list is not JSON serializable it'll be ignore but the subsequence elements will be added to the resulting `Json`
3
4
-`Json` and `JsonPayload` equal operator override to handle comparison by instance or by value
4
5
5
-
## 1.0.4
6
+
## Breaking changes
7
+
-`ofType`, `listOf` and `mapOf` will wrap the element in a `Json` when calling `builder` instead of the raw value
8
+
- When expecting a single type when raw value is heterogeneous list and maps, matching type element will remain and the rest will be discarded instead of returning empty list/map
9
+
10
+
# 1.0.4
6
11
7
12
-`Json` and `JsonPayload` are json encodable, meaning they can be use with `darat:convert jsonEncode`
8
13
9
-
##1.0.3
14
+
# 1.0.3
10
15
11
16
- Fixed `JsonPayload` nested assignment
12
17
13
-
##1.0.2
18
+
# 1.0.2
14
19
15
20
- Fixed `JsonPayload` nested assignment
16
21
17
-
##1.0.1
22
+
# 1.0.1
18
23
19
24
-`.float` returns a value when actual value is an integer
0 commit comments