
com.natpryce.snodge.DocumentMutation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snodge-standalone Show documentation
Show all versions of snodge-standalone Show documentation
A small, extensible Java library to randomly mutate JSON documents. Useful for fuzz testing.
package com.natpryce.snodge;
import com.google.gson.JsonElement;
import java.util.function.Function;
/**
* A function that maps a JSON document to a mutated version of the document.
*/
public interface DocumentMutation extends Function {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy