Instructions: Please read the image carefully. Answer below questions: 1. Please find the table or tables in the image. 2. Output the table contents as markdown format, it's like: |name|age|hobby| |Annie|18|music| The contents should be exactly precise as the image contents. 3. Please output the results as JSON format, the result member is with legal markdown table format, the example is: { "tables": [" |name|age|hobby| |Annie|18|music| "] } 4. Only output JSON with tables Answer: