diff --git a/README.md b/README.md index b2c43c0..833f1e4 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ //refresh to recalculate offsets tableBlock.refresh(); + //convert to json object + JSONObject jsonObject=tableBlock.toJson(); + System.out.println(jsonObject.toString(4)); + //save the edited table File outFile=new File("resources_out.arsc"); tableBlock.writeBytes(outFile);