Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Lang
jsonparser
Commits
37c8ac5c
Commit
37c8ac5c
authored
Jun 02, 2020
by
Thomas Lang
Browse files
small cosmetics.
parent
d7f53651
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
37c8ac5c
...
...
@@ -14,13 +14,12 @@
*
Parse the given
`input.json`
file to an object model
*
Therefor (parsing json to objects) use a mainstream technology/framework of your choice
*
Therefor (for the whole project) use a mainstream programming language of your choice
*
Assu
m
e that your object container is named
`
p
roject`
*
Assu
r
e that your object container is named
`
P
roject`
## 3. Defining the output:
*
If you have finished parsing the
`input.json`
file you should have an object model in your computer´s memory
*
This container has a name - let´s say
`project`
(you are free to name your container whatever you want )
*
Please output the container´s
`project`
`name`
property properly
*
Please output the container´s
`projectCategory`
`name`
property propery
*
Please output the container´s
`Project`
`name`
property properly
*
Please output the container´s
`projectCategory`
`name`
property properly
*
Please output a list of
**all**
container´s
`issueTypes`
`name`
properties properly
*
Please output a list of
**all**
container´s
`issueTypes`
`name`
properties where the property
`subtask`
is
`true`
*
The output format shoud be
**console output or a text file**
...
...
@@ -35,7 +34,7 @@ The following could be an example output:
*
Complete your task until
**15.06.2020**
*
Package your project as
*.zip or *
.tar or any other mainstream archive file
*
Upload it to a location where we can download it for reviewing
*
Inform us via
`andreas.oswald`
about your upload (include your name as well)
*
Inform us via
`andreas.oswald
@th-deg.de
`
about your upload (include your name as well)
*
Give us a record of how to start your program to watch its output
*
Include all source code
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment