Annotation of parser3/tests/results/253.processed, revision 1.1
1.1 ! moko 1: Content-Type: text/html
! 2: Content-Length: 488
! 3:
! 4: object = {
! 5: type = string class1
! 6: value = string sample1
! 7: }
! 8: array = {
! 9: 0 = {
! 10: id = int 1
! 11: label = string test1
! 12: }
! 13: 1 = {
! 14: id = int 2
! 15: label = string test2
! 16: }
! 17: 2 = bool false 3 = bool true 4 = int 2
! 18: 5 = string 2.0
! 19: 6 = void }
! 20: object2 = {
! 21: type = string class2
! 22: value = string sample2
! 23: }
! 24: object = class1 value "sample1"
! 25: array = {
! 26: 0 = {
! 27: id = int 1
! 28: label = string test1
! 29: }
! 30: 1 = {
! 31: id = int 2
! 32: label = string test2
! 33: }
! 34: 2 = bool false 3 = bool true 4 = int 2
! 35: 5 = double 2
! 36: 6 = void }
! 37: object2 = class2 value "sample2"
E-mail: