Emanuel Sprung
b995a499d3
AK: Add equals method to JsonValue to semantically compare two values.
...
This patchsets adds the semantic check of two values. One first approach
was to compare the (generated) json strings of the two values. This works
out in the most cases, but not with numbers, where "1.0" and "1" in JSON
format are semantically the same. Therefore, this patch adds deep (recursive)
check of two JsonValues.
2020-04-01 22:12:19 +02:00
..
2020-04-01 21:47:23 +02:00
2020-03-08 14:13:30 +01:00
2020-03-23 13:48:44 +01:00
2020-03-08 13:06:51 +01:00
2020-03-02 09:50:43 +01:00
2020-02-26 15:22:45 +01:00
2020-03-23 13:48:44 +01:00
2020-03-23 13:48:44 +01:00
2020-03-28 09:11:13 +01:00
2020-03-28 09:11:13 +01:00
2020-03-22 13:03:43 +01:00
2020-03-08 13:06:51 +01:00
2020-02-27 10:21:13 +01:00
2020-03-23 13:48:44 +01:00
2020-03-06 08:51:22 +01:00
2020-03-24 22:20:07 +01:00
2020-03-31 13:42:39 +02:00
2020-03-31 13:42:39 +02:00
2020-04-01 22:12:19 +02:00
2020-04-01 22:12:19 +02:00
2020-02-25 15:58:24 +01:00
2020-03-22 19:07:02 +01:00
2020-03-22 19:07:02 +01:00
2020-03-08 13:06:51 +01:00
2020-04-01 21:05:35 +02:00
2020-03-08 13:06:51 +01:00
2020-02-25 15:32:58 +01:00
2020-03-31 13:42:39 +02:00
2020-02-25 14:55:04 +01:00
2020-03-03 16:02:58 +01:00
2020-02-25 15:32:58 +01:00
2020-02-28 12:55:58 +01:00
2020-02-28 12:55:58 +01:00
2020-03-08 13:06:51 +01:00
2020-03-08 13:06:51 +01:00
2020-04-01 21:47:23 +02:00
2020-04-01 21:47:23 +02:00
2020-03-23 13:48:44 +01:00
2020-03-20 14:41:23 +01:00
2020-03-22 13:03:43 +01:00
2020-03-22 13:03:43 +01:00
2020-03-22 13:07:45 +01:00
2020-03-22 13:07:45 +01:00
2020-03-23 13:48:44 +01:00
2020-03-22 13:07:45 +01:00
2020-03-02 10:38:08 +01:00
2020-03-28 18:27:18 +01:00
2020-02-25 14:52:35 +01:00
2020-02-25 10:18:46 +01:00
2020-03-08 13:06:51 +01:00