Updated FAQ (markdown)

Benoît Blanchon
2016-01-21 09:49:09 +01:00
parent 607210b6ae
commit 62195a598e

2
FAQ.md

@@ -88,7 +88,7 @@ jsonBuffer.parseObject(json);
To avoid any duplication, make sure you use an input of type `char*` or `char[]` To avoid any duplication, make sure you use an input of type `char*` or `char[]`
See issues [#53](https://github.com/bblanchon/ArduinoJson/issues/53), [#89](https://github.com/bblanchon/ArduinoJson/issues/89), [#108](https://github.com/bblanchon/ArduinoJson/issues/108), [#153](https://github.com/bblanchon/ArduinoJson/issues/153), [#154](https://github.com/bblanchon/ArduinoJson/issues/154), [#167](https://github.com/bblanchon/ArduinoJson/issues/167), [#168](https://github.com/bblanchon/ArduinoJson/issues/168), [#172](https://github.com/bblanchon/ArduinoJson/issues/172), [#177](https://github.com/bblanchon/ArduinoJson/issues/177) and [#179](https://github.com/bblanchon/ArduinoJson/issues/179). See issues [#53](https://github.com/bblanchon/ArduinoJson/issues/53), [#89](https://github.com/bblanchon/ArduinoJson/issues/89), [#108](https://github.com/bblanchon/ArduinoJson/issues/108), [#153](https://github.com/bblanchon/ArduinoJson/issues/153), [#154](https://github.com/bblanchon/ArduinoJson/issues/154), [#167](https://github.com/bblanchon/ArduinoJson/issues/167), [#168](https://github.com/bblanchon/ArduinoJson/issues/168), [#172](https://github.com/bblanchon/ArduinoJson/issues/172), [#177](https://github.com/bblanchon/ArduinoJson/issues/177), [#179](https://github.com/bblanchon/ArduinoJson/issues/179) and [#202](https://github.com/bblanchon/ArduinoJson/issues/202).
### The first parsing succeeds, why does the next ones fail? ### The first parsing succeeds, why does the next ones fail?