Skip to content

Commit

Permalink
CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc authored Dec 2, 2023
1 parent e65ac4e commit 4c4e4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Java CI with Gradle](https://github.com/magicprinc/jsoup.json/actions/workflows/gradle.yml/badge.svg)](https://github.com/magicprinc/jsoup.json/actions/workflows/gradle.yml)
# json4jsoup: JSON parser for jsoup (Java HTML Parser)

**jsoup** is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
Expand Down Expand Up @@ -145,4 +146,4 @@ I am here: src\test\resources/example.json *-->
</arr></obj>
```

More examples are available in 135 unit-tests in [org.jsoup.parser.JsonTreeBuilderTest](/src/test/java/org/jsoup/parser/JsonTreeBuilderTest.java)
More examples are available in 135 unit-tests in [org.jsoup.parser.JsonTreeBuilderTest](/src/test/java/org/jsoup/parser/JsonTreeBuilderTest.java)

0 comments on commit 4c4e4e9

Please sign in to comment.