Skip to content

Commit

Permalink
Provide an override of ObjectNode and ArrayNode
Browse files Browse the repository at this point in the history
And make our CustomJsonNodeFactory return these overrides instead of the plain
ObjectNode and ArrayNode.

Update Javadoc as well.

See issue #30.

Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed Jan 7, 2013
1 parent 89afe39 commit f5751f1
Show file tree
Hide file tree
Showing 9 changed files with 864 additions and 1,542 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
~ Lesser GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ along with this program. If not, see <http://www.gnu.org/licenses />.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.kitchen-eel</groupId>
<artifactId>json-schema-validator</artifactId>
<name>json-schema-validator</name>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>jar</packaging>
<description>A Java implementation of the JSON Schema specification</description>
<url>https://github.com/fge/json-schema-validator</url>
Expand Down
Loading

0 comments on commit f5751f1

Please sign in to comment.