You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
146B

  1. var recursion_with_same_names = {
  2. name: 'name',
  3. description: 'desc',
  4. terms: [
  5. {name: 't1', index: 0},
  6. {name: 't2', index: 1},
  7. ]
  8. };