Craur icon indicating copy to clipboard operation
Craur copied to clipboard

A lossless xml to json and json to xml converter (and csv/xlsx/yaml). Writing PHP Json/Xml/Csv/Yaml/excel Importers made easy.

Results 16 Craur issues
Sort by recently updated
recently updated
newest added

Tests pass on php8.1 (it works on my machine :joy:) Let's see if travis tells same. Closes #42

Is PHP8 support planned?

Source: ```xml hans hans2 ``` Craur 2.x: ```php $node->get('root.zerovalue[]') === [null, "hans", null, "hans2", null]; ``` Craur 3.x ```php $node->get('root.zerovalue[]') === ["hans", "hans2"]; ```

If we have the input: ``` mom la emil ``` it would be great if one could do: ``` "document.body.header[mau=mom].pau" ``` to fetch "la" or ``` "document.body.header[mau.@you=me].pau" ``` to fetch...

Basically https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.1

Sometimes you have a database and want to use it as source for craur. It would be handy if Craur could import this on it's own, so you don't have...

It would be quite handy if one could read key value properties files (know from the java world) http://en.wikipedia.org/wiki/.properties

It would be quite nice, to use craur also for ini parsing/writing. Reading can be done easily with http://php.net/manual/de/function.parse-ini-file.php