KowBlack

Results 1 issues of KowBlack

I have following code: ``` java package boonbug; import io.advantageous.boon.json.*; import java.io.*; public class BoonBug { public static void main(String[] args) throws IOException { FileWriter pw = new FileWriter("test"); JsonFactory.create().writeValue(pw,...