1
0
mirror of https://github.com/json-iterator/go.git synced 2025-05-13 21:36:29 +02:00

add convert table document

This commit is contained in:
Xargin 2017-07-04 15:29:47 +08:00
parent ca8dd93d0b
commit d7b6b4e0bb

View File

@ -0,0 +1,8 @@
| json type \ dest type | bool | int | uint | string |
| --- | --- | --- | --- ||
| number | --- | --- | --- ||
| string | --- | --- | --- ||
| bool | --- | --- | --- ||
| bool | --- | --- | --- ||
| object | --- | --- | --- ||
| array | --- | --- | --- ||