Skip to content

Commit

Permalink
Merge pull request #1 from bowbahdoe/streaming-api
Browse files Browse the repository at this point in the history
Streaming api
  • Loading branch information
bowbahdoe authored Dec 23, 2022
2 parents fd85d75 + b6599c0 commit 6c33644
Show file tree
Hide file tree
Showing 54 changed files with 3,534 additions and 1,126 deletions.
Empty file added .clj-kondo/.cache/v1/lock
Empty file.
1 change: 1 addition & 0 deletions .lsp/.cache/db.transit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/emccue/Development/devmccuejson","~:kondo-config-hash","fbd79125332fdb5f4a157f60c9d032d7de343085f61a5daca309c80328bf7b93","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-dependencies","~:version",6,"~:stubs-generation-namespaces",["^1",[]]]
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>json</artifactId>
<version>0.0.9</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -59,6 +59,10 @@
<configuration>
<source>17</source>
<target>17</target>
<compilerArgs>
<arg>-Werror</arg>
<arg>-Xlint:all</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
Expand Down
33 changes: 0 additions & 33 deletions src/main/java/dev/mccue/json/ArrayBuilder.java

This file was deleted.

27 changes: 0 additions & 27 deletions src/main/java/dev/mccue/json/False.java

This file was deleted.

Loading

0 comments on commit 6c33644

Please sign in to comment.