@@ -317,7 +317,7 @@ public class JsonConversion {
buf.append("true");
break;
case LITERAL_NULL:
- buf.append("NULL");
+ buf.append("null");
case OPAQUE:
String text = null;