-
We have started converting our VTL resolvers to JS resolvers. When run in with CDK they appear to work. When we want to try out new ones or debug, we tried using the in Console Test for a simple resol…
-
when create a JSONObject from XML String like
` : `
spaces at then begin and at the end of string are trimmed
```
public static void main(String[] args) {
String xml = " :";
JSONO…
-
**Description**
A stack overflow in the "XML.toJSONObject" component of hutool-json allows attackers to cause a Denial of Service (DoS) via crafted JSON or XML data. This vulnerability affects "org…
-
The puzzle ``1847979072`` originating from #323 has to be resolved:
https://github.com/decorators-squad/eo-yaml/blob/577391b071afb50550241f36a543d9ba7d112e5f/src/main/java/com/amihaiemil/eoyaml/YamlM…
-
-
Ripple-java-lib is not correctly rendering in JSON amount expressed in drop. As an example, an Amount constructed through the following call:
```
Amount.fromString("1")
```
renders through ripple-ja…
-
比如: JSONObject newData = (JSONObject)JSON.toJSON(data,Feature.WriteNulls);
当data对象中有List的时候,List中的空值依旧不会写入到JSONObject 中,从源码中看是因为ObjectWriterAdapter.toJSONObject(T object, long features)方法中在递归调用JSON.…
-
Superclass members are not included in the JsonObject generated from an object with toJsonObject.
Setup:
```
class A (val uuid: UUID) {
var name: String = "Something"
}
class B (val rank…
-
XML to JSON conversion does not produce JSON array consistently for fields which are defined to have many occurrences in the Schema but the instance XML contains one time the actual XML Tag.
kovax updated
8 months ago
-
Hello,
I have an issue with the deployment of our services, once the load balancer starts sending requests to them (a large amount of requests) then a few of the initial requests might fail since t…