2021-08-05

This commit is contained in:
2021-08-05 18:01:36 +09:00
parent a69e814fdb
commit 7805f632ef
4 changed files with 3 additions and 13 deletions

3
jackson/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/test.csv
/test.yaml
/test.xml

View File

@@ -1,4 +0,0 @@
name,age,male
Charlie,11,true
Steve,34,true
Jane,22,false
1 name age male
2 Charlie 11 true
3 Steve 34 true
4 Jane 22 false

View File

@@ -1,5 +0,0 @@
<Person>
<name>Charlie</name>
<age>11</age>
<male>true</male>
</Person>

View File

@@ -1,4 +0,0 @@
---
name: "Charlie"
age: 11
male: true