Skip to content

Read From MarkDown Table #2

@adam-rocska

Description

@adam-rocska

Yea, it would be dope to have something like:

MyType.fromMarkdown(markDownString); // resolve an array of MyType
MyType.fromMarkdown`
| Example | Column | Whatever |
| ------- | ------ | -------- |
| Hello   | World  |          |
`
tuplesFromMarkdown(markDownString); // Basically resolves the input parameters of the markdown table function
tuplesFromMarkdown`
| Example | Column | Whatever |
| ------- | ------ | -------- |
| Hello   | World  |          |
`
objectsFromMarkdown(markDownString); // Constructs an array of POJSO (hah, made that one up; #suchCreative)
objectsFromMarkdown`
| Example | Column | Whatever |
| ------- | ------ | -------- |
| Hello   | World  |          |
`

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions