-
`XML.toJSONObject("29.");`returns `{"code": 29}`, rather than `{"code": "29."}`
Earlier versions seem fine.
-
I am trying to use CassandraSession in a vert.x CLI.
```
@Override
public void setUp(ExecutionContext ec) throws CLIException {
this.vertx = Vertx.vertx();
// Setup configuration…
-
Hello people,
```
I am using your brilliant library org.json for converting xml to json.
```
I noticed that the 20160212 20160807 versions have a serious bug. When I convert this xml:
`0E0100E050…
-
MediaTypeJson.toJsonObject() returns a JsobObject. JsonWebPage implements MediaTypeJson and parses the given WebPage into a JsonObject and adds the attribute "id" to it.
-
I use the `ion-native` Transfer class to upload an image to an ASP.NET Web API which then receives the image and saves it in a directory (this all works fine). The API then returns a JSON object but t…
-
### Version
- vert.x core: 3.2.1
- vert.x tcp eventbus bridge: 3.2.1
### Context
The tcp eventbus bridge always returns empty "headers"
#### Socket client (input) :
``` javascript
{
"type" : "sen…
-
currently when I convert my below XML to JSON using toJSONObject.. it's not ignoring the empty fileds ...
```
1com4423
170Apt
```
JSON I get is ....
`
{"parent":{"Child4":"","NestedChild1":{"NC…
-
If you have a string in your XML, that also happens to be a valid number in scientific notation, it will be transformed into a java representation of that number when XML is transformed into JSONObjec…
-
There are no getters on the `ShippingAddress` model. If I want to get the shipping address from the `PayPalPayment` I am forced to call `toJSONObject` and then parse the Json. The fields could easily …
-
Please also take this into account if you consider contributing.
**Key points:**
- Default values on prototypes (except repeated, which must be arrays on the instance)
- Ditched nulls (except for…