|
8 | 8 | - Author: [Philippe THOMY](https://github.com/loco-philippe)
|
9 | 9 | - Revision: 3
|
10 | 10 |
|
11 |
| -##### Summary |
12 |
| - |
13 |
| -- [Abstract](./0012-compact-and-reversible-JSON-interface.md/#Abstract) |
14 |
| - - [Problem description](./0012-compact-and-reversible-JSON-interface.md/#Problem-description) |
15 |
| - - [Feature Description](./0012-compact-and-reversible-JSON-interface.md/#Feature-Description) |
16 |
| -- [Scope](./0012-compact-and-reversible-JSON-interface.md/#Scope) |
17 |
| -- [Motivation](./0012-compact-and-reversible-JSON-interface.md/#Motivation) |
18 |
| - - [Why is it important to have a compact and reversible JSON interface ?](./0012-compact-and-reversible-JSON-interface.md/#Why-is-it-important-to-have-a-compact-and-reversible-JSON-interface-?) |
19 |
| - - [Is it relevant to take an extended type into account ?](./0012-compact-and-reversible-JSON-interface.md/#Is-it-relevant-to-take-an-extended-type-into-account-?) |
20 |
| - - [Is this only useful for pandas ?](./0012-compact-and-reversible-JSON-interface.md/#Is-this-only-useful-for-pandas-?) |
21 |
| -- [Description](./0012-compact-and-reversible-JSON-interface.md/#Description) |
22 |
| - - [Data typing](./0012-compact-and-reversible-JSON-interface.md/#Data-typing) |
23 |
| - - [Correspondence between TableSchema and pandas](./panda0012-compact-and-reversible-JSON-interfaces_PDEP.md/#Correspondence-between-TableSchema-and-pandas) |
24 |
| - - [JSON format](./0012-compact-and-reversible-JSON-interface.md/#JSON-format) |
25 |
| - - [Conversion](./0012-compact-and-reversible-JSON-interface.md/#Conversion) |
26 |
| -- [Usage and impact](./0012-compact-and-reversible-JSON-interface.md/#Usage-and-impact) |
27 |
| - - [Usage](./0012-compact-and-reversible-JSON-interface.md/#Usage) |
28 |
| - - [Compatibility](./0012-compact-and-reversible-JSON-interface.md/#Compatibility) |
29 |
| - - [Impacts on the pandas framework](./0012-compact-and-reversible-JSON-interface.md/#Impacts-on-the-pandas-framework) |
30 |
| - - [Risk to do / risk not to do](./0012-compact-and-reversible-JSON-interface.md/#Risk-to-do-/-risk-not-to-do) |
31 |
| -- [Implementation](./0012-compact-and-reversible-JSON-interface.md/#Implementation) |
32 |
| - - [Modules](./0012-compact-and-reversible-JSON-interface.md/#Modules) |
33 |
| - - [Implementation options](./0012-compact-and-reversible-JSON-interface.md/#Implementation-options) |
34 |
| -- [F.A.Q.](./0012-compact-and-reversible-JSON-interface.md/#F.A.Q.) |
35 |
| -- [Synthesis](./0012-compact-and-reversible-JSON-interface.md/Synthesis) |
36 |
| -- [Core team decision](./0012-compact-and-reversible-JSON-interface.md/#Core-team-decision) |
37 |
| -- [Timeline](./0012-compact-and-reversible-JSON-interface.md/#Timeline) |
38 |
| -- [PDEP history](./0012-compact-and-reversible-JSON-interface.md/#PDEP-history) |
39 |
| - |
40 |
| -------------------------- |
| 11 | +[TOC] |
41 | 12 |
|
42 | 13 | ## Abstract
|
43 | 14 |
|
|
0 commit comments