Getting JSON data for a given file name.
This commit is contained in:
parent
9072767ca2
commit
6916c08394
@ -12,6 +12,11 @@ Class {
|
||||
#category : #'Grafoscopio-Model'
|
||||
}
|
||||
|
||||
{ #category : #'as yet unclassified' }
|
||||
FossilRepo >> jsonDataFor: aFileName [
|
||||
^ NeoJSONReader fromString: (self jsonStringFor: aFileName)
|
||||
]
|
||||
|
||||
{ #category : #'as yet unclassified' }
|
||||
FossilRepo >> jsonStringFor: aFileName [
|
||||
| queryForJSONData |
|
||||
|
Loading…
Reference in New Issue
Block a user