diff options
author | chai <215380520@qq.com> | 2023-05-12 09:24:40 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-12 09:24:40 +0800 |
commit | 2a1cd4fda8a4a8e649910d16b4dfa1ce7ae63543 (patch) | |
tree | a471fafed72e80b4ac3ac3002e06c34220dd6058 /ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/examples/_directory.json | |
parent | b8a694746562b37dc8dc5b8b5aec8612bb0964fc (diff) |
*misc
Diffstat (limited to 'ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/examples/_directory.json')
-rw-r--r-- | ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/examples/_directory.json | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/examples/_directory.json b/ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/examples/_directory.json new file mode 100644 index 0000000..63672f3 --- /dev/null +++ b/ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/examples/_directory.json @@ -0,0 +1,160 @@ +{ + "toc": [ + { + "title": "Prerequisites", + "link": "~/examples/prerequisites", + "children": [ + { + "title": "Using and Dispose", + "link": "~/examples/prerequisites/using-and-dispose" + }, + { + "title": "Reading and Writing Files", + "link": "~/examples/prerequisites/reading-and-writing-files" + }, + { + "title": "Streams", + "link": "~/examples/prerequisites/streams" + } + ] + }, + { + "title": "Reading", + "link": "~/examples/reading", + "children": [ + { + "title": "Get Class Records", + "link": "~/examples/reading/get-class-records" + }, + { + "title": "Get Dynamic Records", + "link": "~/examples/reading/get-dynamic-records" + }, + { + "title": "Get Anonymous Type Records", + "link": "~/examples/reading/get-anonymous-type-records" + }, + { + "title": "Enumerate Class Records", + "link": "~/examples/reading/enumerate-class-records" + }, + { + "title": "Reading by Hand", + "link": "~/examples/reading/reading-by-hand" + }, + { + "title": "Reading Multiple Data Sets", + "link": "~/examples/reading/reading-multiple-data-sets" + }, + { + "title": "Reading Multiple Record Types", + "link": "~/examples/reading/reading-multiple-record-types" + } + ] + }, + { + "title": "Writing", + "link": "~/examples/writing", + "children": [ + { + "title": "Write Class Objects", + "link": "~/examples/writing/write-class-objects" + }, + { + "title": "Write Dynamic Objects", + "link": "~/examples/writing/write-dynamic-objects" + }, + { + "title": "Write Anonymous Type Objects", + "link": "~/examples/writing/write-anonymous-type-objects" + }, + { + "title": "Appending to an Existing File", + "link": "~/examples/writing/appending-to-an-existing-file" + } + ] + }, + { + "title": "Configuration", + "link": "~/examples/configuration", + "children": [ + { + "title": "Class Maps", + "link": "~/examples/configuration/class-maps", + "children": [ + { + "title": "Mapping Properties", + "link": "~/examples/configuration/class-maps/mapping-properties" + }, + { + "title": "Mapping by Name", + "link": "~/examples/configuration/class-maps/mapping-by-name" + }, + { + "title": "Mapping by Alternate Names", + "link": "~/examples/configuration/class-maps/mapping-by-alternate-names" + }, + { + "title": "Mapping Duplicate Names", + "link": "~/examples/configuration/class-maps/mapping-duplicate-names" + }, + { + "title": "Mapping by Index", + "link": "~/examples/configuration/class-maps/mapping-by-index" + }, + { + "title": "Auto Mapping", + "link": "~/examples/configuration/class-maps/auto-mapping" + }, + { + "title": "Ignoring Properties", + "link": "~/examples/configuration/class-maps/ignoring-properties" + }, + { + "title": "Constant Value", + "link": "~/examples/configuration/class-maps/constant-value" + }, + { + "title": "Type Conversion", + "link": "~/examples/configuration/class-maps/type-conversion" + }, + { + "title": "Inline Type Conversion", + "link": "~/examples/configuration/class-maps/inline-type-conversion" + }, + { + "title": "Optional Maps", + "link": "~/examples/configuration/class-maps/optional-maps" + }, + { + "title": "Validation", + "link": "~/examples/configuration/class-maps/validation" + } + ] + }, + { + "title": "Attributes", + "link": "~/examples/configuration/attributes" + } + ] + }, + { + "title": "Type Conversion", + "link": "~/examples/type-conversion", + "children": [ + { + "title": "Type Converter Options", + "link": "~/examples/type-conversion/type-converter-options" + }, + { + "title": "Custom Type Converters", + "link": "~/examples/type-conversion/custom-type-converter" + } + ] + }, + { + "title": "CsvDataReader", + "link": "~/examples/csvdatareader" + } + ] +}
\ No newline at end of file |