[squeak-dev] The Trunk: WebClient-Core-ct.129.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 13 20:49:11 UTC 2022


Christoph Thiede uploaded a new version of WebClient-Core to project The Trunk:
http://source.squeak.org/trunk/WebClient-Core-ct.129.mcz

==================== Summary ====================

Name: WebClient-Core-ct.129
Author: ct
Time: 13 February 2022, 9:48:57.85007 pm
UUID: 4f2566be-2258-c549-909a-c3648fc71781
Ancestors: WebClient-Core-ul.128

Adds convenience method for JSON parsing.

	WebUtils jsonFromString: '{"plonk": 6, "griffle": 7}'

=============== Diff against WebClient-Core-ul.128 ===============

Item was added:
+ ----- Method: WebUtils class>>jsonFromString: (in category 'json-decode') -----
+ jsonFromString: aString
+ 
+ 	^ self jsonDecode: aString readStream!



More information about the Squeak-dev mailing list