ObjFW  Diff

Differences From Artifact [182fb0261b]:

To Artifact [0ac530152e]:


500
501
502
503
504
505
506
507

508
509
510
511
512
513
514
515
500
501
502
503
504
505
506

507

508
509
510
511
512
513
514







-
+
-








		(*pointer)++;

		object = nextObject(pointer, stop, line, depthLimit);
		if (object == nil)
			return nil;

		[dictionary setObject: object
		[dictionary setObject: object forKey: key];
			       forKey: key];

		skipWhitespacesAndComments(pointer, stop, line);
		if (*pointer >= stop)
			return nil;

		if (**pointer == ',') {
			(*pointer)++;