Getting JSON data for a given file name.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-09-30 19:38:39 +00:00
parent 9072767ca2
commit 6916c08394
1 changed files with 5 additions and 0 deletions

View File

@ -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 |