Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Aug 16, 2024
1 parent ceaddde commit 4df61e6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ class V1ParserTest {
private val v2JsonFile = getResource("izzy_index_v2.json")
private val repo = Izzy

/**
* Use jackson's streaming api to parse json's
* https://www.baeldung.com/jackson-streaming-api
* https://github.com/FasterXML/jackson-docs/wiki/JacksonStreamingApi
*/
@Test
fun `parse v1 json and compare with v2`() = runTest(dispatcher) {
requireNotNull(jarFile)
Expand Down

0 comments on commit 4df61e6

Please sign in to comment.