You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Seaside 3.1.0 when working with objects in array you have to nest every
#object: in a #value:
json array: [
json value: [
json object: [] ].
json value: [
json object: [] ].
“ ..” ]]
We can simplify this to
json array: [
json object: [].
json object: [].
“ ..” ]]
We believe this change is backward compatible and does not break any existing
code. Nesting a #object: in a #value: is still supported but no longer required.
http://lists.squeakfoundation.org/pipermail/seaside/2014-February/030622.html
Original issue reported on code.google.com by philippe...@gmail.com on 18 Mar 2014 at 8:14
The text was updated successfully, but these errors were encountered:
Name: Seaside-JSON-Core-pmm.29
Author: pmm
Time: 28 March 2014, 7:58:20 am
UUID: aa60816e-3c65-4113-9595-5d609ef54930
Ancestors: Seaside-JSON-Core-DiegoLont.26
Do not require nesting #object: in #value: in JSON arrays
https://code.google.com/p/seaside/issues/detail?id=783
Name: Seaside-Tests-JSON-pmm.13
Author: pmm
Time: 28 March 2014, 7:59:31 am
UUID: 3dc818f2-ce49-491e-b76d-5be971cca684
Ancestors: Seaside-Tests-JSON-DiegoLont.12
Do not require nesting #object: in #value: in JSON arrays
https://code.google.com/p/seaside/issues/detail?id=783
Original comment by philippe...@gmail.com on 28 Mar 2014 at 6:59
Original issue reported on code.google.com by
philippe...@gmail.com
on 18 Mar 2014 at 8:14The text was updated successfully, but these errors were encountered: