@Test
public void jsonFormattingOfSmallNumbers() throws Exception {
Number value = new BigDecimal("0.00000005");
Model model = model().add("value", value);
String json = Json.toJson(model);
assertThat(json, containsString("0.00000005"));
}
--
You received this message because you are subscribed to the Google Groups "utterlyidle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.