parse extras on the root object
diff --git a/tiny_gltf.h b/tiny_gltf.h
index 0a158df..bb74afa 100644
--- a/tiny_gltf.h
+++ b/tiny_gltf.h
@@ -3334,6 +3334,9 @@
     }
   }
 
+  // 19. Parse Extras
+  ParseExtrasProperty(&model->extras, v);
+
   return true;
 }