Advertisement
cepxuozab

Rule2 & 3

Jun 11th, 2023
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1. Rule 2 = case 9
  2. StartDict().Key("").Value(1).Build()
  3. StartDict().Key("").Value(1).StartArray()
  4. StartDict().Key("").Value(1).EndArray()
  5. StartDict().Key("").Value(1).Value(1)
  6.  
  7. Rule1 = case 12
  8. StartDict().Key("").Build()
  9. StartDict().Key("").EndDict()
  10. StartDict().Key("").EndArray()
  11. StartDict().Key("").Key("")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement